diff options
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" }, ] }, { |
