From 543870381c123c92b0047ed9d8141e5f5e5d5383 Mon Sep 17 00:00:00 2001 From: ISA Date: Mon, 21 Oct 2024 13:09:16 +0200 Subject: [PATCH] =?UTF-8?q?in=20Navigation=20=C3=9Cbersicht=20von=20/dashb?= =?UTF-8?q?oard=20zu=20/dashboard.html=20umbenennt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Navigation.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Navigation.jsx b/components/Navigation.jsx index 0995fb1..42d62e4 100644 --- a/components/Navigation.jsx +++ b/components/Navigation.jsx @@ -14,7 +14,7 @@ function Navigation() { }, [pathname]); const menuItems = [ - { name: "Übersicht", path: "/dashboard" }, + { name: "Übersicht", path: "/dashboard.html" }, { name: "Kabelüberwachung", path: "/kabelueberwachung" }, //{ name: "Zutrittskontrolle", path: "/access" }, //{ name: "Ein- und Ausgänge", path: "/einausgaenge" },