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 8aae4f3 commit 1dd7e47Copy full SHA for 1dd7e47
1 file changed
app/components/AppFooter.vue
@@ -91,20 +91,23 @@ onMounted(() => {
91
<div class="flex items-center gap-4 sm:gap-6">
92
<a
93
href="https://repo.npmx.dev"
94
+ target="_blank"
95
rel="noopener noreferrer"
96
class="link-subtle font-mono text-xs min-h-11 min-w- flex items-center"
97
>
98
{{ $t('footer.source') }}
99
</a>
100
101
href="https://social.npmx.dev"
102
103
104
class="link-subtle font-mono text-xs min-h-11 min-w-11 flex items-center"
105
106
{{ $t('footer.social') }}
107
108
109
href="https://chat.npmx.dev"
110
111
112
113
0 commit comments