mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Add links to the categories & brands in the landing
This commit is contained in:
@@ -76,7 +76,7 @@ export default function Search({
|
||||
>
|
||||
<Link
|
||||
href={{
|
||||
pathname: getCategoryPath(getSlug(cat.path), brand),
|
||||
pathname: getCategoryPath(cat.path, brand),
|
||||
query,
|
||||
}}
|
||||
>
|
||||
@@ -100,7 +100,7 @@ export default function Search({
|
||||
>
|
||||
<Link
|
||||
href={{
|
||||
pathname: getDesignerPath(getSlug(node.path), category),
|
||||
pathname: getDesignerPath(node.path, category),
|
||||
query,
|
||||
}}
|
||||
>
|
||||
|
Reference in New Issue
Block a user