From 9f5d3af672cdc44f59ff78dad29b888b38213a11 Mon Sep 17 00:00:00 2001 From: lukas <67807954+lukasabbe@users.noreply.github.com> Date: Tue, 24 Mar 2026 17:11:10 +0100 Subject: [PATCH] Fix footer --- src/routes/+layout.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index fc93f18..d6bba26 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -67,7 +67,7 @@ class="flex items-center justify-center gap-4 text-sm font-medium text-gray-600 dark:text-gray-400" > @@ -75,7 +75,7 @@ @@ -83,7 +83,7 @@

- © {new Date().getFullYear()} Lukasabbe. All rights reserved. + © {new Date().getFullYear()} Lukas HB. All rights reserved.