We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3984a06 commit 2551708Copy full SHA for 2551708
1 file changed
app/components/AppHeader.vue
@@ -36,7 +36,7 @@ onKeyStroke(
36
>
37
<!-- Start: Logo -->
38
<div :class="{ 'hidden sm:block': showFullSearch }" class="flex-shrink-0">
39
- <div v-if="showLogo">
+ <div v-if="showLogo" class="flex items-center">
40
<NuxtLink
41
to="/"
42
:aria-label="$t('header.home')"
0 commit comments