Leaderboards => Rankings on groups

This commit is contained in:
Ian Philips 2022-07-07 06:54:00 -06:00
parent 93b2900015
commit b8748fd49a

View File

@ -307,7 +307,7 @@ export default function GroupPage(props: {
href: groupPath(group.slug, 'questions'), href: groupPath(group.slug, 'questions'),
}, },
{ {
title: 'Leaderboards', title: 'Rankings',
content: leaderboard, content: leaderboard,
href: groupPath(group.slug, 'rankings'), href: groupPath(group.slug, 'rankings'),
}, },