Skeleton: Add data drawer button for official data

This commit is contained in:
2025-03-25 19:31:39 +01:00
parent a05c0e6882
commit 6239cdef5d

View File

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