From 0d488389a5d4734bf47713e9ba08b70d7b7707c7 Mon Sep 17 00:00:00 2001 From: plebeius Date: Sun, 14 Dec 2025 17:54:21 +0100 Subject: [PATCH] feat(footer): add feedback and contact links and update styling --- src/views/home/home.module.css | 14 +++++--------- src/views/home/home.tsx | 21 +++++++++++++++------ 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/src/views/home/home.module.css b/src/views/home/home.module.css index bf1dff80..42e96632 100644 --- a/src/views/home/home.module.css +++ b/src/views/home/home.module.css @@ -164,20 +164,16 @@ text-transform: capitalize; } -.version { +.footerInfo { text-align: center; - padding-top: 2em; - padding-bottom: 1em; + margin-top: 1em; + margin-bottom: 1em; font-size: 11px; } -.version a { - text-decoration: none; - color: unset; -} -.version a:hover { - text-decoration: underline; +.footerInfo a:visited { + color: blue; } .popularThreads { diff --git a/src/views/home/home.tsx b/src/views/home/home.tsx index 213ca292..9f142f20 100644 --- a/src/views/home/home.tsx +++ b/src/views/home/home.tsx @@ -154,12 +154,21 @@ export const Footer = () => { -
- - - {' '} - - GPLv2 Licensed - +
+
+ •{' '} + + Feedback + {' '} + •{' '} + + Contact + + +
+
+
+ 5chan is free and open source software under GPLv2 license.
);