Skip to content

Commit 03cd743

Browse files
committed
navbar
1 parent 39bb5ae commit 03cd743

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/components/Navbar.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -893,11 +893,8 @@ export function Navbar({ children }: { children: React.ReactNode }) {
893893
}
894894
}}
895895
>
896-
<div className="flex items-center justify-between px-3 pt-3 gap-2 sm:hidden">
897-
<div className="flex-1">
898-
<SearchButton className="w-full py-3 text-base [&_svg]:w-5 [&_svg]:h-5" />
899-
</div>
900-
<div className="xs:hidden">{loginButton}</div>
896+
<div className="px-3 pt-3 sm:hidden">
897+
<SearchButton className="w-full py-3 text-base [&_svg]:w-5 [&_svg]:h-5" />
901898
</div>
902899
<div className="grid grid-cols-2 sm:grid-cols-3 gap-2 text-base p-3 border-b border-gray-500/20">
903900
{items}

0 commit comments

Comments
 (0)