Add links to the categories & brands in the landing

This commit is contained in:
Luis Alvarez
2020-10-25 21:43:13 -05:00
parent 50c50b6d53
commit d70132734b
3 changed files with 26 additions and 10 deletions

View File

@@ -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,
}}
>