We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690d3fd commit adbc3faCopy full SHA for adbc3fa
src/components/ChallengesComponent/ChallengeList/index.js
@@ -360,7 +360,7 @@ class ChallengeList extends Component {
360
361
return (
362
<div className={styles.list}>
363
- {dashboard && <h2>Active Challenges</h2>}
+ {dashboard && <h2>My Challenges</h2>}
364
<div className={cn(styles.row, { [styles.dashboardRow]: dashboard })}>
365
{!dashboard &&
366
!isBillingAccountLoading &&
0 commit comments