aboutsummaryrefslogtreecommitdiffstats
path: root/site/src/components
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-15 01:50:32 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-15 01:50:32 -0700
commit207fd30d05b592a2878708ea15473b67cb6679a9 (patch)
treec6aae5e7dc618ee3dced4a859c2f6383b06be64c /site/src/components
parent4528d82b733fc53605ce20bab4cea424a241e8f1 (diff)
fix: order title bar to be alphabetical
Diffstat (limited to 'site/src/components')
-rw-r--r--site/src/components/TitleBar.tsx2
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" },
]
},
{
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage