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:
Nico Bachner 2020-11-03 12:30:54 +01:00 committed by GitHub
parent 9ea6da6d55
commit 5b919a567e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ const Navbar: FC<Props> = ({ className }) => {
</a> </a>
</Link> </Link>
<nav className="space-x-4 ml-6 hidden lg:block"> <nav className="space-x-4 ml-6 hidden lg:block">
<Link href="/"> <Link href="/search">
<a className={s.link}>All</a> <a className={s.link}>All</a>
</Link> </Link>
<Link href="/search?q=clothes"> <Link href="/search?q=clothes">