Skip to content

Commit 1dd7e47

Browse files
authored
feat: open footer links in new tab (#196)
1 parent 8aae4f3 commit 1dd7e47

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/components/AppFooter.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,20 +91,23 @@ onMounted(() => {
9191
<div class="flex items-center gap-4 sm:gap-6">
9292
<a
9393
href="https://repo.npmx.dev"
94+
target="_blank"
9495
rel="noopener noreferrer"
9596
class="link-subtle font-mono text-xs min-h-11 min-w- flex items-center"
9697
>
9798
{{ $t('footer.source') }}
9899
</a>
99100
<a
100101
href="https://social.npmx.dev"
102+
target="_blank"
101103
rel="noopener noreferrer"
102104
class="link-subtle font-mono text-xs min-h-11 min-w-11 flex items-center"
103105
>
104106
{{ $t('footer.social') }}
105107
</a>
106108
<a
107109
href="https://chat.npmx.dev"
110+
target="_blank"
108111
rel="noopener noreferrer"
109112
class="link-subtle font-mono text-xs min-h-11 min-w-11 flex items-center"
110113
>

0 commit comments

Comments
 (0)