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>
|
<Button href="/data/users" onclick={close_drawer} color="surface" width="w-full" shadow>
|
||||||
Users
|
Users
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button
|
||||||
|
href="/data/official/driverstandings"
|
||||||
|
onclick={close_drawer}
|
||||||
|
color="surface"
|
||||||
|
width="w-full"
|
||||||
|
shadow
|
||||||
|
>
|
||||||
|
Official
|
||||||
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
{:else if $drawerStore.id === "login_drawer"}
|
{:else if $drawerStore.id === "login_drawer"}
|
||||||
<!-- Login Drawer -->
|
<!-- Login Drawer -->
|
||||||
|
Reference in New Issue
Block a user