diff --git a/web/pages/leaderboards.tsx b/web/pages/leaderboards.tsx index 45c484c4..c882d31c 100644 --- a/web/pages/leaderboards.tsx +++ b/web/pages/leaderboards.tsx @@ -138,11 +138,10 @@ export default function Leaderboards(_props: { title: 'All Time', content: LeaderboardWithPeriod('allTime'), }, - // TODO: Enable this near the end of July! - // { - // title: 'Monthly', - // content: LeaderboardWithPeriod('monthly'), - // }, + { + title: 'Monthly', + content: LeaderboardWithPeriod('monthly'), + }, { title: 'Weekly', content: LeaderboardWithPeriod('weekly'),