Default to weekly leaderboard

This commit is contained in:
James Grugett 2022-07-19 15:39:40 -05:00
parent 6c070464dd
commit 2684c8bcca

View File

@ -126,7 +126,7 @@ export default function Leaderboards(_props: {
<Title text={'Leaderboards'} className={'hidden md:block'} /> <Title text={'Leaderboards'} className={'hidden md:block'} />
<Tabs <Tabs
currentPageForAnalytics={'leaderboards'} currentPageForAnalytics={'leaderboards'}
defaultIndex={0} defaultIndex={1}
tabs={[ tabs={[
{ {
title: 'All Time', title: 'All Time',