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

chore: rearrange footer items (#1258)

authored by

abeer0 and committed by
GitHub
f132bb7e 02fb642a

+13 -14
+13 -14
app/components/AppFooter.vue
··· 23 23 <LinkBase :to="{ name: 'privacy' }"> 24 24 {{ $t('privacy_policy.title') }} 25 25 </LinkBase> 26 - <LinkBase to="https://docs.npmx.dev"> 27 - {{ $t('footer.docs') }} 28 - </LinkBase> 29 - <LinkBase to="https://repo.npmx.dev"> 30 - {{ $t('footer.source') }} 31 - </LinkBase> 32 - <LinkBase to="https://social.npmx.dev"> 33 - {{ $t('footer.social') }} 34 - </LinkBase> 35 - <LinkBase to="https://chat.npmx.dev"> 36 - {{ $t('footer.chat') }} 37 - </LinkBase> 38 - 39 26 <button 40 27 type="button" 41 - class="group inline-flex gap-x-1 items-center justify-center underline-offset-[0.2rem] underline decoration-1 decoration-fg/30 font-mono text-fg hover:(decoration-accent text-accent) focus-visible:(decoration-accent text-accent) transition-colors duration-200" 28 + class="cursor-pointer group inline-flex gap-x-1 items-center justify-center underline-offset-[0.2rem] underline decoration-1 decoration-fg/30 font-mono text-fg hover:(decoration-accent text-accent) focus-visible:(decoration-accent text-accent) transition-colors duration-200" 42 29 @click.prevent="showModal" 43 30 aria-haspopup="dialog" 44 31 > ··· 102 89 </li> 103 90 </ul> 104 91 </Modal> 92 + <LinkBase to="https://docs.npmx.dev"> 93 + {{ $t('footer.docs') }} 94 + </LinkBase> 95 + <LinkBase to="https://repo.npmx.dev"> 96 + {{ $t('footer.source') }} 97 + </LinkBase> 98 + <LinkBase to="https://social.npmx.dev"> 99 + {{ $t('footer.social') }} 100 + </LinkBase> 101 + <LinkBase to="https://chat.npmx.dev"> 102 + {{ $t('footer.chat') }} 103 + </LinkBase> 105 104 </div> 106 105 </div> 107 106 <BuildEnvironment v-if="!isHome" footer />