Skip to content

Commit 513d7cd

Browse files
committed
fix display property
1 parent ddf922c commit 513d7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/search/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ export function Search({path, autoFocus, searchPlatforms = [], showChatBot}: Pro
277277
color="gray"
278278
size="3"
279279
radius="medium"
280-
className="font-medium text-[var(--foreground)] py-2 px-3 uppercase cursor-pointer kapa-ai-class hidden md:block"
280+
className="font-medium text-[var(--foreground)] py-2 px-3 uppercase cursor-pointer kapa-ai-class hidden md:flex"
281281
>
282282
<div>
283283
<svg

0 commit comments

Comments
 (0)