Skip to content

Commit f88f808

Browse files
committed
stop displaying bot
1 parent 7626ad7 commit f88f808

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/header.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@ export function Header({pathname, searchPlatforms, noSearch}: Props) {
6161
</a>
6262
{!noSearch && (
6363
<div className="hidden md:flex justify-center lg:justify-start w-full px-6">
64-
<Search path={pathname} searchPlatforms={searchPlatforms} showChatBot />
64+
<Search
65+
path={pathname}
66+
searchPlatforms={searchPlatforms}
67+
showChatBot={false}
68+
/>
6569
</div>
6670
)}
6771
<div className="hidden lg-xl:flex justify-end flex-1 space-x-2 items-center min-w-fit">

0 commit comments

Comments
 (0)