Skip to content

Commit

Permalink
Merge pull request #3 from martin-ro/patch-1
Browse files Browse the repository at this point in the history
Update Header.vue
  • Loading branch information
k2so-dev authored Jan 29, 2024
2 parents 5f3d922 + 2dfb679 commit aa93629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt/components/app/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ defineShortcuts({
<NuxtLink
class="text-sm/6 font-semibold flex items-center gap-1 hover:text-primary"
:to="item.to"
target="_blank"
:target="item.target"
>{{ item.label }}</NuxtLink
>
</li>
Expand Down

0 comments on commit aa93629

Please sign in to comment.