From 61f478cd517a2a1c2342b5959bdd9c087412a2c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veikko=20Lintuj=C3=A4rvi?= Date: Wed, 29 Apr 2026 22:39:03 +0300 Subject: [PATCH] Fix attribution Co-authored-by: Copilot --- src/components/Footer.tsx | 6 ++---- styles/Footer.module.scss | 4 ---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 4bf6fb2..f815b01 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -22,12 +22,10 @@ const Footer = () => {
lähdekoodi - - {' '}by codevictory + by Livonsaaren Tietokonepaja
diff --git a/styles/Footer.module.scss b/styles/Footer.module.scss index 5a579c4..30c89e9 100644 --- a/styles/Footer.module.scss +++ b/styles/Footer.module.scss @@ -29,10 +29,6 @@ text-align: right; } -.sourceLink { - margin-right: 0.5rem; -} - @media screen and (max-width: 600px) { .container { width: 95% !important;