From 26016f25f0ba96c7a56c5725e06807766dd027d2 Mon Sep 17 00:00:00 2001 From: marvinkrausser Date: Wed, 18 Mar 2026 19:16:06 +0100 Subject: [PATCH] minor changes --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index fdb541a..1a11d65 100644 --- a/index.html +++ b/index.html @@ -498,7 +498,7 @@ function buildNav() { // Statische Sections const staticSections = [ - { id: "hero", label: "Über mich", group: null }, + { id: "hero", label: "Hallo!", group: null }, ]; // Projekt-Sections nach dem Rendern einsammeln