Skip to content

Commit

Permalink
Merge pull request #369 from AstarNetwork/fix/mobile-menu
Browse files Browse the repository at this point in the history
fix mobile menu link not work
  • Loading branch information
gtg7784 committed May 9, 2024
2 parents 8867878 + 27f0c41 commit e90af73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/MobileNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
<NuxtLink
v-for="menu in item.nav"
:key="menu.label"
:href="menu.href"
:target="
menu.href.includes('https')
? '_blank'
Expand Down

0 comments on commit e90af73

Please sign in to comment.