Skip to content

Commit 7faa7bc

Browse files
committed
Add view hall of fame
1 parent f007007 commit 7faa7bc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

services/app/apps/codebattle/assets/js/widgets/pages/lobby/SeasonProfilePanel.jsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,14 @@ const SeasonProfilePanel = ({
285285
</div>
286286
</div>
287287
<SeasonNearbyUsers user={user} nearbyUsers={nearbyUsers} />
288+
<div className="text-center mt-2">
289+
<a
290+
href="/hall_of_fame"
291+
className="text-uppercase stat-label cb-rounded"
292+
>
293+
{i18n.t('View Hall of Fame')}
294+
</a>
295+
</div>
288296
{controls}
289297
</div>
290298
</div>

0 commit comments

Comments
 (0)