Skip to content

Commit e8ac1e1

Browse files
fix: remove repeated class
1 parent ef876a2 commit e8ac1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ defineOgImageComponent('Default', {
5353
</p>
5454

5555
<SearchBox
56-
class="w-full max-w-xl motion-safe:animate-slide-up motion-safe:animate-fill-both"
56+
class="max-w-xl motion-safe:animate-slide-up motion-safe:animate-fill-both"
5757
style="animation-delay: 0.2s"
5858
v-model:search-query="searchQuery"
5959
@submit="handleSearchSubmit"

0 commit comments

Comments
 (0)