diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-07-07 01:07:34 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-07-07 01:07:41 -0700 |
| commit | 7fe146f97ddd3f5a8d0c1a996a73cb296c28b9cc (patch) | |
| tree | 916d2645c6332fe582ca62572a497724e1c8474a /frontend/src/types | |
| parent | 152894146b72830e48e800721ea6160228a9bdc1 (diff) | |
implement score deletion
Diffstat (limited to 'frontend/src/types')
| -rw-r--r-- | frontend/src/types/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/types/constants.ts b/frontend/src/types/constants.ts index b1309e9..028545d 100644 --- a/frontend/src/types/constants.ts +++ b/frontend/src/types/constants.ts @@ -17,7 +17,7 @@ export function getFilterOptions(game: string): { value: string; label: string } switch (game) { case "dancerush": return [ - { value: "timestamp", label: "Recent" }, + { value: "timestamp", label: "Recently Played" }, { value: "score", label: "Score" }, { value: "lamp", label: "Rank" }, { value: "lamp_diff", label: "Difficulty"} |
