From 207fd30d05b592a2878708ea15473b67cb6679a9 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 15 Apr 2025 01:50:32 -0700 Subject: fix: order title bar to be alphabetical --- site/src/components/TitleBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/src') 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" }, ] }, { -- cgit v1.2.3