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 7c82994 commit f689fbbCopy full SHA for f689fbb
src/components/ui/HamburgerMenu.vue
@@ -6,7 +6,7 @@
6
</svg>
7
</button>
8
<div :class="['flex flex-col items-start bg-[#252424] absolute left-0 w-full py-2 z-1', isOpen ? 'top-[80px]' : 'top-[-200px] opacity-0', 'transition-all']">
9
- <a class="cursor-pointer w-full hover:bg-grey-400 py-2 px-5" v-for="item, i in navItems" :key="i" href="item.link" target="_blank">
+ <a class="cursor-pointer w-full hover:bg-grey-400 py-2 px-5" v-for="item, i in navItems" :key="i" :href="item.link" target="_blank">
10
<span class="px-1">{{item.title}}</span>
11
</a>
12
<a class="cursor-pointer w-full hover:bg-grey-400 py-2 px-5">
0 commit comments