We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bb5ae commit 03cd743Copy full SHA for 03cd743
src/components/Navbar.tsx
@@ -893,11 +893,8 @@ export function Navbar({ children }: { children: React.ReactNode }) {
893
}
894
}}
895
>
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>
+ <div className="px-3 pt-3 sm:hidden">
+ <SearchButton className="w-full py-3 text-base [&_svg]:w-5 [&_svg]:h-5" />
901
</div>
902
<div className="grid grid-cols-2 sm:grid-cols-3 gap-2 text-base p-3 border-b border-gray-500/20">
903
{items}
0 commit comments