From cabf9dfe8da1a876a8447ca3e920b0da28a1cbf3 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 12 Sep 2022 21:06:21 +0200 Subject: [PATCH] Added a link to the dashboard in the Navigation --- src/common/components/Navigation/Navigation.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common/components/Navigation/Navigation.jsx b/src/common/components/Navigation/Navigation.jsx index caa8a23..33359a7 100644 --- a/src/common/components/Navigation/Navigation.jsx +++ b/src/common/components/Navigation/Navigation.jsx @@ -23,10 +23,9 @@ const Navigation = () => { className={({isActive}) => (isActive ? "active" : "inactive")}>{item.name} ))} -
-
);