Skip to content

Commit

Permalink
fix: Fix search bar position (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
soniaklimas authored and karolkarolka committed Oct 25, 2024
1 parent cbad4d9 commit 180728a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/storefront/src/app/[locale]/(main)/search/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default async function Page({ searchParams }: PageProps) {
<div className="w-full">
<section className="mx-auto my-8 grid gap-8">
<div className="flex items-center justify-between">
{getHeader() && <h2 className="text-2xl">{getHeader()}</h2>}
<h2 className="text-2xl">{getHeader()}</h2>
<div className="flex gap-4">
<div className="hidden md:block">
<SearchSortBy options={options} searchParams={searchParams} />
Expand Down

0 comments on commit 180728a

Please sign in to comment.