Skeleton: Move data drawer "Official" button
All checks were successful
Build Formula11 Docker Image / pocketbase-docker (push) Successful in 34s

This commit is contained in:
2025-03-25 20:12:04 +01:00
parent 7ab818dd48
commit cb4a2140f7

View File

@ -398,9 +398,6 @@
>
Season
</Button>
<Button href="/data/users" onclick={close_drawer} color="surface" width="w-full" shadow>
Users
</Button>
<Button
href="/data/official/driverstandings"
onclick={close_drawer}
@ -410,6 +407,9 @@
>
Official
</Button>
<Button href="/data/users" onclick={close_drawer} color="surface" width="w-full" shadow>
Users
</Button>
</div>
{:else if $drawerStore.id === "login_drawer"}
<!-- Login Drawer -->