[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: open footer links in new tab (#196)

authored by

Mikołaj Misztal and committed by
GitHub
1dd7e471 8aae4f32

+3
+3
app/components/AppFooter.vue
··· 91 91 <div class="flex items-center gap-4 sm:gap-6"> 92 92 <a 93 93 href="https://repo.npmx.dev" 94 + target="_blank" 94 95 rel="noopener noreferrer" 95 96 class="link-subtle font-mono text-xs min-h-11 min-w- flex items-center" 96 97 > ··· 98 99 </a> 99 100 <a 100 101 href="https://social.npmx.dev" 102 + target="_blank" 101 103 rel="noopener noreferrer" 102 104 class="link-subtle font-mono text-xs min-h-11 min-w-11 flex items-center" 103 105 > ··· 105 107 </a> 106 108 <a 107 109 href="https://chat.npmx.dev" 110 + target="_blank" 108 111 rel="noopener noreferrer" 109 112 class="link-subtle font-mono text-xs min-h-11 min-w-11 flex items-center" 110 113 >