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

fix: centre align icon in nav (#514)

authored by

Salma Alam-Naylor and committed by
GitHub
2551708a 3984a06f

+1 -1
+1 -1
app/components/AppHeader.vue
··· 36 36 > 37 37 <!-- Start: Logo --> 38 38 <div :class="{ 'hidden sm:block': showFullSearch }" class="flex-shrink-0"> 39 - <div v-if="showLogo"> 39 + <div v-if="showLogo" class="flex items-center"> 40 40 <NuxtLink 41 41 to="/" 42 42 :aria-label="$t('header.home')"