From 67368a44c4ae538f70a30ef937e97b1f28bb3465 Mon Sep 17 00:00:00 2001 From: FlorianSpeicher Date: Sun, 22 Jun 2025 14:32:23 +0200 Subject: [PATCH] NavBar Typo click to onClick --- 01-frontend/src/helper/navbar/NavBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-frontend/src/helper/navbar/NavBar.tsx b/01-frontend/src/helper/navbar/NavBar.tsx index 7bdc723..49adac6 100644 --- a/01-frontend/src/helper/navbar/NavBar.tsx +++ b/01-frontend/src/helper/navbar/NavBar.tsx @@ -164,7 +164,7 @@ export default function NavBar() { variant="h6" noWrap component="a" - href="/" + onClick={() => navigate('/')} sx={{ fontFamily: "monospace", fontWeight: 700,