diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-15 01:50:32 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-15 01:50:32 -0700 |
| commit | 207fd30d05b592a2878708ea15473b67cb6679a9 (patch) | |
| tree | c6aae5e7dc618ee3dced4a859c2f6383b06be64c /site/src/components | |
| parent | 4528d82b733fc53605ce20bab4cea424a241e8f1 (diff) | |
fix: order title bar to be alphabetical
Diffstat (limited to 'site/src/components')
| -rw-r--r-- | site/src/components/TitleBar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/src/components/TitleBar.tsx b/site/src/components/TitleBar.tsx index 5d8606c..8d4ca31 100644 --- a/site/src/components/TitleBar.tsx +++ b/site/src/components/TitleBar.tsx @@ -14,8 +14,8 @@ const TitleBar: React.FC = () => { { name: "KONAMI", games: [ - { id: "sdvx", title: "SOUND VOLTEX" }, { id: "iidx", title: "beatmania IIDX" }, + { id: "sdvx", title: "SOUND VOLTEX" }, ] }, { |
