Skip to content

Commit

Permalink
Lint Footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieux51 committed May 1, 2020
1 parent 92d7d32 commit 0ea043d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -80,7 +84,9 @@ const Footer = ({ className }) => {
<StyledMail />
</a>
</SubContainer>
<BottomNote>D’après une idée originale de Blandine Schmidt</BottomNote>
<BottomNote>
D’après une idée originale de <B>Blandine Schmidt</B>
</BottomNote>
</Container>
)
}
Expand Down

0 comments on commit 0ea043d

Please sign in to comment.