Skip to content

Commit 9db50f4

Browse files
committed
Add search link
1 parent dabc119 commit 9db50f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/Layout/MobileMenu.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
Categories
2323
</NuxtLink>
2424
</li>
25+
<li class="text-xl linkStyle">
26+
<NuxtLink to="/search" @click.native="displayMobileMenu">
27+
Search
28+
</NuxtLink>
29+
</li>
2530
<li class="flex justify-center mt-6 text-lg linkStyleCart">
2631
<NuxtLink to="/cart" @click.native="displayMobileMenu">
2732
<Cart />

0 commit comments

Comments
 (0)