From b8748fd49a0b4f2a7c69848fd76dc0576eb7c33e Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Thu, 7 Jul 2022 06:54:00 -0600 Subject: [PATCH] Leaderboards => Rankings on groups --- web/pages/group/[...slugs]/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pages/group/[...slugs]/index.tsx b/web/pages/group/[...slugs]/index.tsx index 2fbd1c5e..9b155083 100644 --- a/web/pages/group/[...slugs]/index.tsx +++ b/web/pages/group/[...slugs]/index.tsx @@ -307,7 +307,7 @@ export default function GroupPage(props: { href: groupPath(group.slug, 'questions'), }, { - title: 'Leaderboards', + title: 'Rankings', content: leaderboard, href: groupPath(group.slug, 'rankings'), },