From 5b919a567e403d06c841a962ef733025a57d2bb3 Mon Sep 17 00:00:00 2001 From: Nico Bachner Date: Tue, 3 Nov 2020 12:30:54 +0100 Subject: [PATCH] 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) --- components/core/Navbar/Navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/core/Navbar/Navbar.tsx b/components/core/Navbar/Navbar.tsx index 70bb125f5..76fac4bf1 100644 --- a/components/core/Navbar/Navbar.tsx +++ b/components/core/Navbar/Navbar.tsx @@ -20,7 +20,7 @@ const Navbar: FC = ({ className }) => {