mirror of
https://github.com/vercel/commerce.git
synced 2025-06-29 09:51:22 +00:00
Change "All" link href in Navbar
Changed Navbar "All" link to point to search (but with no specific query) instead of reloading the page (the ACME logo next to it already does that)
This commit is contained in:
parent
9ea6da6d55
commit
5b919a567e
@ -20,7 +20,7 @@ const Navbar: FC<Props> = ({ className }) => {
|
||||
</a>
|
||||
</Link>
|
||||
<nav className="space-x-4 ml-6 hidden lg:block">
|
||||
<Link href="/">
|
||||
<Link href="/search">
|
||||
<a className={s.link}>All</a>
|
||||
</Link>
|
||||
<Link href="/search?q=clothes">
|
||||
|
Loading…
x
Reference in New Issue
Block a user