From 8b3badf9c50fa1aac47dc206982a517a708aa5c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Henrik=20Gr=C3=B8nsleth?= Date: Mon, 25 Nov 2024 23:20:53 +0100 Subject: [PATCH] Call Hjem for Artister --- src/components/Header.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index bc3348e..1a82975 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -3,7 +3,7 @@ import DesktopMenu from "./DesktopMenu.astro"; import MobileMenu from "./MobileMenu.astro"; const navItems = [ - { href: "/", title: "Hjem" }, + { href: "/", title: "Artister" }, // { href: "/program", title: "Program" }, { href: "/billetter", title: "Billetter" }, { href: "/praktisk", title: "Praktisk" },