Skeleton: Move data drawer "Official" button
All checks were successful
Build Formula11 Docker Image / pocketbase-docker (push) Successful in 34s
All checks were successful
Build Formula11 Docker Image / pocketbase-docker (push) Successful in 34s
This commit is contained in:
@ -398,9 +398,6 @@
|
|||||||
>
|
>
|
||||||
Season
|
Season
|
||||||
</Button>
|
</Button>
|
||||||
<Button href="/data/users" onclick={close_drawer} color="surface" width="w-full" shadow>
|
|
||||||
Users
|
|
||||||
</Button>
|
|
||||||
<Button
|
<Button
|
||||||
href="/data/official/driverstandings"
|
href="/data/official/driverstandings"
|
||||||
onclick={close_drawer}
|
onclick={close_drawer}
|
||||||
@ -410,6 +407,9 @@
|
|||||||
>
|
>
|
||||||
Official
|
Official
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button href="/data/users" onclick={close_drawer} color="surface" width="w-full" shadow>
|
||||||
|
Users
|
||||||
|
</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