feat: add navbar
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m34s

This commit is contained in:
Hewston Fox
2026-03-18 03:26:43 +02:00
parent f93bc7d3e0
commit 1cadf7f1d2
14 changed files with 255 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ export default function GameRoute() {
const [modalOpen, setModalOpen] = useState(false);
return (
<SectionSurface className="relative flex flex-col gap-4 w-full overflow-auto max-h-dvh">
<SectionSurface className="relative flex flex-col gap-4 w-full">
<TabSelector tabs={TABS} value={activeTab} onChange={setActiveTab} />
<SwitchInput value={switchValue} onChange={setSwitchValue} />
<ContentSurface className="rounded-2xl">