We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ed14f commit 6ac984dCopy full SHA for 6ac984d
‎src/components/DrawerNav.astro‎
@@ -6,9 +6,9 @@ import { Image } from "astro:assets";
6
7
<label for="my-drawer-3" aria-label="close sidebar" class="drawer-overlay"
8
></label>
9
- <ul
10
- class="menu p-4 w-80 min-h-full bg-base-300 pt-20">
11
-<li>
+
+<ul class="menu p-4 w-80 min-h-full bg-base-300 pt-20">
+ <li>
12
<a class="p-2 mt-2 bg-base-100 text-lg" href="/"
13
><Icon name="tabler:heart" /> Inscriptions</a
14
>
@@ -26,9 +26,6 @@ import { Image } from "astro:assets";
26
<Icon name="tabler:arrow-big-up-lines" />
27
</a>
28
</li>
29
- </ul>
30
-
31
-<ul class="menu p-4 w-80 min-h-full bg-base-300 pt-20">
32
<li>
33
34
><Icon name="tabler:heart" /> Par Nous</a
0 commit comments