Skip to content

Commit 6ac984d

Browse files
author
Funasitien DreamCloud
authored
🚧 Refractor <li>
1 parent 60ed14f commit 6ac984d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

‎src/components/DrawerNav.astro‎

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import { Image } from "astro:assets";
66

77
<label for="my-drawer-3" aria-label="close sidebar" class="drawer-overlay"
88
></label>
9-
<ul
10-
class="menu p-4 w-80 min-h-full bg-base-300 pt-20">
11-
<li>
9+
10+
<ul class="menu p-4 w-80 min-h-full bg-base-300 pt-20">
11+
<li>
1212
<a class="p-2 mt-2 bg-base-100 text-lg" href="/"
1313
><Icon name="tabler:heart" /> Inscriptions</a
1414
>
@@ -26,9 +26,6 @@ import { Image } from "astro:assets";
2626
<Icon name="tabler:arrow-big-up-lines" />
2727
</a>
2828
</li>
29-
</ul>
30-
31-
<ul class="menu p-4 w-80 min-h-full bg-base-300 pt-20">
3229
<li>
3330
<a class="p-2 mt-2 bg-base-100 text-lg" href="/"
3431
><Icon name="tabler:heart" /> Par Nous</a

0 commit comments

Comments
 (0)