Skip to content

Commit 5886c5a

Browse files
Hide search in header on mobile (#2532)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: [email protected] <[email protected]>
1 parent 59ec999 commit 5886c5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/web/src/components/header.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ function MobileNav({
358358

359359
return (
360360
<div className="sm:hidden flex items-center gap-3">
361-
<SearchTrigger variant="header" />
362361
{!hideCTA && (
363362
<CTAButton platformCTA={platformCTA} platform={platform} mobile />
364363
)}

0 commit comments

Comments
 (0)