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 8037974 commit ed206bbCopy full SHA for ed206bb
app/components/Header/MobileMenu.client.vue
@@ -201,7 +201,7 @@ onUnmounted(deactivate)
201
:href="link.href"
202
:target="link.target"
203
class="flex items-center gap-3 px-3 py-3 rounded-md font-mono text-sm text-fg hover:bg-bg-subtle transition-colors duration-200"
204
- @click="link?.to && closeMenu"
+ @click="link?.to && closeMenu()"
205
>
206
<span
207
:class="link.iconClass"
0 commit comments