Skip to content

Commit ce57e5b

Browse files
committed
Align header icon
1 parent 9aa343a commit ce57e5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ onKeyStroke(',', e => {
3434
>
3535
<!-- Start: Logo -->
3636
<div :class="{ 'hidden sm:block': showFullSearch }" class="flex-shrink-0">
37-
<div v-if="showLogo">
37+
<div v-if="showLogo" class="flex items-center">
3838
<NuxtLink
3939
to="/"
4040
:aria-label="$t('header.home')"

0 commit comments

Comments
 (0)