Skip to content

Commit 1c50329

Browse files
committed
style: format
1 parent 201522b commit 1c50329

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

2025/src/components/Header.astro

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@ import VimLogo from "./VimLogo.astro";
109109
</div>
110110
</div>
111111
</div>
112-
<div class="border-t border-gray-100 bg-white md:hidden hidden" id="mobile-menu">
112+
<div
113+
class="hidden border-t border-gray-100 bg-white md:hidden"
114+
id="mobile-menu"
115+
>
113116
<div class="container mx-auto px-4 py-4">
114117
<nav class="flex flex-col space-y-4">
115118
<a

0 commit comments

Comments
 (0)