mirror of
https://github.com/vercel/commerce.git
synced 2025-05-19 16:07:01 +00:00
feat(poc): changes for new design
This commit is contained in:
parent
9a594a84bc
commit
2694c9de35
@ -45,9 +45,11 @@ export default async function SearchPage({
|
||||
Good place to add other suggested search terms ;)
|
||||
</p>
|
||||
</div>
|
||||
<div className="order-last min-h-screen w-full md:order-none">
|
||||
<Grid className="grid-cols-2 lg:grid-cols-3">
|
||||
<ProductGridItems products={products} />
|
||||
</Grid>
|
||||
</div>
|
||||
<div className="order-none flex-none md:order-last md:w-[125px]">
|
||||
<FilterList list={sorting} title="Sort by" />
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user