Skip to content

Commit

Permalink
add target as block to open new window
Browse files Browse the repository at this point in the history
  • Loading branch information
gtg7784 committed Oct 14, 2024
1 parent f5a0bba commit 6758037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/header/mobile/MobileNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</div>
</router-link>
</nav>
<a class="lfgm-mobile" :href="lfgmUrl">
<a class="lfgm-mobile" :href="lfgmUrl" target="_blank">
<img :src="require('src/assets/img/lfgm.svg')" alt="LFGM" />
</a>
<div class="gradient-bg">
Expand Down
2 changes: 1 addition & 1 deletion src/components/sidenav/SidebarDesktop.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
</div>
</a>
</div>
<a class="lfgm" :href="lfgmUrl">
<a class="lfgm" :href="lfgmUrl" target="_blank">
<img :src="require('src/assets/img/lfgm.svg')" alt="LFGM" />
</a>
<div class="menu__indicator" :class="getIndicatorClass(path)" />
Expand Down

0 comments on commit 6758037

Please sign in to comment.