feat(rankings): remove 'all' period option from rankings and related components

This commit is contained in:
CaIon
2026-06-18 17:56:45 +08:00
parent 50784c10ee
commit 21d4d18dfc
7 changed files with 3 additions and 8 deletions
@@ -25,7 +25,6 @@ const PERIODS: { id: RankingPeriod; labelKey: string }[] = [
{ id: 'week', labelKey: 'Week' },
{ id: 'month', labelKey: 'Month' },
{ id: 'year', labelKey: 'Year' },
{ id: 'all', labelKey: 'All-time' },
]
type RankingsHeroProps = {