Skip to content

Commit f16bdc1

Browse files
[autofix.ci] apply automated fixes
1 parent b288d5e commit f16bdc1

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

app/components/AppHeader.vue

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,7 @@ onKeyStroke(',', e => {
7474
<div class="flex-1 flex items-center justify-center gap-4 sm:gap-6">
7575
<!-- Search bar (shown on all pages except home and search) -->
7676
<search v-if="showSearchBar" class="hidden sm:block flex-1 max-w-md">
77-
<form
78-
method="GET"
79-
action="/search"
80-
class="relative"
81-
@submit.prevent="handleSearchInput"
82-
>
77+
<form method="GET" action="/search" class="relative" @submit.prevent="handleSearchInput">
8378
<label for="header-search" class="sr-only">
8479
{{ $t('search.label') }}
8580
</label>

app/pages/index.vue

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,7 @@ defineOgImageComponent('Default')
4949
class="w-full max-w-xl motion-safe:animate-slide-up motion-safe:animate-fill-both"
5050
style="animation-delay: 0.2s"
5151
>
52-
<form
53-
method="GET"
54-
action="/search"
55-
class="relative"
56-
@submit.prevent="handleSearch"
57-
>
52+
<form method="GET" action="/search" class="relative" @submit.prevent="handleSearch">
5853
<label for="home-search" class="sr-only">
5954
{{ $t('search.label') }}
6055
</label>

0 commit comments

Comments
 (0)