From d03dc421e2056ae39cca7742e66e52d06e99e67d Mon Sep 17 00:00:00 2001 From: Arto Reinik Date: Thu, 26 Mar 2026 12:57:27 +0200 Subject: [PATCH] frontend: Footer.tsx: replace flex with grid for social links --- 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 e8839e6..ccf31c9 100644 --- a/src/components/teaser/Footer.tsx +++ b/src/components/teaser/Footer.tsx @@ -40,7 +40,7 @@ export default function Footer() { {/* Right: Social links */}
-
+
{SOCIAL_LINKS.map(({ icon: Icon, href, label }) => ( ))} -
+