From 47641114683519d9614e1e400e890f4860dec428 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 8 Jul 2023 02:15:39 +0200 Subject: [PATCH] The logo in the Navigation.jsx now redirects to the home page --- src/common/components/Navigation/Navigation.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/components/Navigation/Navigation.jsx b/src/common/components/Navigation/Navigation.jsx index d621723..6389e45 100644 --- a/src/common/components/Navigation/Navigation.jsx +++ b/src/common/components/Navigation/Navigation.jsx @@ -21,7 +21,8 @@ export const Navigation = () => { backdropFilter: "blur(5px)", WebkitBackdropFilter: "blur(5px)" }}> - Logo + Logo navigate("/")} style={{cursor: "pointer"}}/> {!isMobile && <>