mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-09-14 00:01:53 +00:00
feat(rankings): remove 'all' period option from rankings and related components
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user