feat: add navbar
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m34s
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m34s
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user