From 0ea043dde7e6af175dc63a1cd4a435e278d0f766 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Fri, 1 May 2020 09:58:45 +0200 Subject: [PATCH] Lint Footer --- src/components/Footer.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/Footer.js b/src/components/Footer.js index 628c043..ca17056 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -48,6 +48,10 @@ const BottomNote = styled.span` font-size: 15px; ` +const B = styled.b` + font-weight: normal; +` + const Footer = ({ className }) => { const buttonRef = React.createRef() const [isVisible, setIsVisible] = React.useState(false) @@ -80,7 +84,9 @@ const Footer = ({ className }) => { - D’après une idée originale de Blandine Schmidt + + D’après une idée originale de Blandine Schmidt + ) }