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
|
||||
</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 -->
|
||||
|
Reference in New Issue
Block a user