Skeleton: Add data drawer button for official data
This commit is contained in:
@ -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 -->
|
||||
|
Reference in New Issue
Block a user