[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.

chore: remove duplicated footer content (#986)

authored by

abeer0 and committed by
GitHub
f6609962 51168b16

-7
-7
app/components/Header/MobileMenu.client.vue
··· 290 290 <span class="flex-1">{{ $t('account_menu.connect_atmosphere') }}</span> 291 291 </button> 292 292 </div> 293 - 294 - <!-- Footer --> 295 - <div class="p-4 border-t border-border mt-auto"> 296 - <p class="font-mono text-xs text-fg-subtle text-center"> 297 - {{ $t('non_affiliation_disclaimer') }} 298 - </p> 299 - </div> 300 293 </nav> 301 294 </Transition> 302 295 </div>