From 9c150f28e4a23dfb4965fc3a4cdee16933a3def5 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 14 Feb 2022 00:35:49 +0100 Subject: chore: improve footer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "Mentions légales" link was not enough visible on small viewports because of the back to top link. So I change the disposition to improve that. --- src/components/Copyright/Copyright.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Copyright/Copyright.tsx') diff --git a/src/components/Copyright/Copyright.tsx b/src/components/Copyright/Copyright.tsx index 7ea3829..d2de2e9 100644 --- a/src/components/Copyright/Copyright.tsx +++ b/src/components/Copyright/Copyright.tsx @@ -5,7 +5,7 @@ import styles from './Copyright.module.scss'; const Copyright = () => { return (

- {settings.name} + {settings.name} {settings.copyright.startYear} - {settings.copyright.endYear} -- cgit v1.2.3