From d107630ae44415f004e1dafffe0cc645c7293fc1 Mon Sep 17 00:00:00 2001
From: Matthias Puchstein
Date: Sat, 12 Jul 2025 12:46:55 +0200
Subject: [PATCH] updated `ChipOverview` navigation button to redirect to root
path (`/`) instead of `/home` for improved routing consistency
Signed-off-by: Matthias Puchstein
---
src/pages/ChipOverview.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/ChipOverview.tsx b/src/pages/ChipOverview.tsx
index fe26564..b62d709 100644
--- a/src/pages/ChipOverview.tsx
+++ b/src/pages/ChipOverview.tsx
@@ -360,7 +360,7 @@ export default function ChipOverview() {