Skip to content

Commit

Permalink
fix(platform): Update display property for ask ai button (#12207)
Browse files Browse the repository at this point in the history
  • Loading branch information
chargome authored Dec 23, 2024
1 parent 88a0b22 commit 5b02ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export function Search({path, autoFocus, searchPlatforms = [], showChatBot}: Pro
color="gray"
size="3"
radius="medium"
className="font-medium text-[var(--foreground)] py-2 px-3 uppercase cursor-pointer kapa-ai-class hidden md:block"
className="font-medium text-[var(--foreground)] py-2 px-3 uppercase cursor-pointer kapa-ai-class hidden md:flex"
>
<div>
<svg
Expand Down

0 comments on commit 5b02ee0

Please sign in to comment.