Skeleton: Add race results link to layout

This commit is contained in:
2024-12-23 16:15:27 +01:00
parent b81f17c230
commit c77a1dd6d5
+3
View File
@@ -108,6 +108,9 @@
<!-- Data Drawer -->
<!-- Data Drawer -->
<div class="flex flex-col gap-2 p-2">
<Button href="/data/raceresult" onclick={close_drawer} color="surface" fullwidth
>Race Results</Button
>
<Button href="/data/season" onclick={close_drawer} color="surface" fullwidth>Season</Button>
<Button href="/data/user" onclick={close_drawer} color="surface" fullwidth>Users</Button>
</div>