diff --git a/web/pages/leaderboards.tsx b/web/pages/leaderboards.tsx index d0453ea9..d7d625b1 100644 --- a/web/pages/leaderboards.tsx +++ b/web/pages/leaderboards.tsx @@ -103,7 +103,7 @@ export default function Leaderboards(_props: { <Tabs currentPageForAnalytics={'leaderboards'} - defaultIndex={1} + defaultIndex={0} tabs={[ { title: 'All Time', @@ -114,14 +114,14 @@ export default function Leaderboards(_props: { // title: 'Monthly', // content: LeaderboardWithPeriod('monthly'), // }, - { - title: 'Weekly', - content: LeaderboardWithPeriod('weekly'), - }, - { - title: 'Daily', - content: LeaderboardWithPeriod('daily'), - }, + // { + // title: 'Weekly', + // content: LeaderboardWithPeriod('weekly'), + // }, + // { + // title: 'Daily', + // content: LeaderboardWithPeriod('daily'), + // }, ]} /> </Page>