Skip to content

Commit c07a41a

Browse files
authored
feat: social and chat links in footer (#127)
1 parent cd4fa83 commit c07a41a

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

app/components/AppFooter.vue

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,19 +97,25 @@ onUnmounted(() => {
9797
<p class="text-xs text-fg-muted m-0 sm:hidden">not affiliated with npm, Inc.</p>
9898
<div class="flex items-center gap-4 sm:gap-6">
9999
<a
100-
href="https://github.com/npmx-dev/npmx.dev"
100+
href="https://repo.npmx.dev"
101101
rel="noopener noreferrer"
102-
class="link-subtle font-mono text-xs min-h-11 min-w-11 flex items-center"
102+
class="link-subtle font-mono text-xs min-h-11 min-w- flex items-center"
103103
>
104104
source
105105
</a>
106-
<span class="text-border">|</span>
107106
<a
108-
href="https://roe.dev"
107+
href="https://social.npmx.dev"
108+
rel="noopener noreferrer"
109+
class="link-subtle font-mono text-xs min-h-11 min-w-11 flex items-center"
110+
>
111+
social
112+
</a>
113+
<a
114+
href="https://chat.npmx.dev"
109115
rel="noopener noreferrer"
110116
class="link-subtle font-mono text-xs min-h-11 min-w-11 flex items-center"
111117
>
112-
@danielroe
118+
chat
113119
</a>
114120
</div>
115121
</div>

0 commit comments

Comments
 (0)