From 9956e67db6312efb61fb6dcb4af9fa6ec48862a9 Mon Sep 17 00:00:00 2001 From: Arto Reinik Date: Thu, 26 Mar 2026 12:54:53 +0200 Subject: [PATCH] frontend: Footer.tsx: fix footer gaps --- src/components/teaser/Footer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/teaser/Footer.tsx b/src/components/teaser/Footer.tsx index fd5ad1e..e8839e6 100644 --- a/src/components/teaser/Footer.tsx +++ b/src/components/teaser/Footer.tsx @@ -20,7 +20,7 @@ export default function Footer() { {/* Desktop: full footer */}
{/* Left: Organization info */} -
+

{t("teaser.footer.organization")}

{t("teaser.footer.regCode")}

{t("teaser.footer.bankAccount")}

@@ -31,7 +31,7 @@ export default function Footer() {
{/* Center: Contact info */} -
+

{t("teaser.footer.studentUnion")}

{t("teaser.footer.email")}

{t("teaser.footer.phone")}