Skip to content

Commit 7c5046e

Browse files
committed
fix(Header): improve content search button
1 parent e84c701 commit 7c5046e

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

app/components/AppHeader.vue

+2-10
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,9 @@ const { header } = useAppConfig()
1313
>
1414
<UContentSearchButton
1515
v-if="header?.search"
16-
label="Search..."
17-
variant="outline"
16+
:collapsed="false"
1817
class="w-full"
19-
>
20-
<template #trailing>
21-
<div class="flex items-center gap-0.5 ms-auto">
22-
<UKbd value="meta" />
23-
<UKbd value="k" />
24-
</div>
25-
</template>
26-
</UContentSearchButton>
18+
/>
2719

2820
<template
2921
v-if="header?.logo?.dark || header?.logo?.light || header?.title"

0 commit comments

Comments
 (0)