We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201522b commit 1c50329Copy full SHA for 1c50329
2025/src/components/Header.astro
@@ -109,7 +109,10 @@ import VimLogo from "./VimLogo.astro";
109
</div>
110
111
112
- <div class="border-t border-gray-100 bg-white md:hidden hidden" id="mobile-menu">
+ <div
113
+ class="hidden border-t border-gray-100 bg-white md:hidden"
114
+ id="mobile-menu"
115
+ >
116
<div class="container mx-auto px-4 py-4">
117
<nav class="flex flex-col space-y-4">
118
<a
0 commit comments