Skip to content

Commit adbc3fa

Browse files
committed
Update page title to avoid confusion
1 parent 690d3fd commit adbc3fa

File tree

1 file changed

+1
-1
lines changed
  • src/components/ChallengesComponent/ChallengeList

1 file changed

+1
-1
lines changed

src/components/ChallengesComponent/ChallengeList/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ class ChallengeList extends Component {
360360

361361
return (
362362
<div className={styles.list}>
363-
{dashboard && <h2>Active Challenges</h2>}
363+
{dashboard && <h2>My Challenges</h2>}
364364
<div className={cn(styles.row, { [styles.dashboardRow]: dashboard })}>
365365
{!dashboard &&
366366
!isBillingAccountLoading &&

0 commit comments

Comments
 (0)