From 7e176f229f6786a2b0148edca68718282edf7715 Mon Sep 17 00:00:00 2001 From: Leander Furumo Date: Tue, 29 Jul 2025 11:33:13 +0200 Subject: [PATCH] add new line to org footer text --- src/components/Footer.astro | 2 +- src/data/i18n.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index c29d811..560a0ae 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -11,7 +11,7 @@ const t = translations[lang].footer;