Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into jlow/vite
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-low committed Oct 21, 2024
2 parents 04ed8d0 + aabcda3 commit d4ca78b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/ChallengeDetail/ChallengeDetail.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -577,15 +577,14 @@ export class ChallengeDetail extends Component {
</a>
</li>
: null}
{/* Disable Link tell project leaderboard page is reimplemented */}
{/* <li>
<li>
<Link
className="mr-text-green-lighter hover:mr-text-white"
to={`/challenge/${challenge.id}/leaderboard`}
>
<FormattedMessage {...messages.viewLeaderboard} />
</Link>
</li> */}
</li>
<div className="mr-mb-3" />
{this.renderDetailTabs()}
</ol>
Expand Down

0 comments on commit d4ca78b

Please sign in to comment.