Skip to content

Commit

Permalink
Merge pull request #21 from mathieux51/dev
Browse files Browse the repository at this point in the history
Update aria-label and remove console.log
  • Loading branch information
mathieux51 authored Oct 6, 2020
2 parents 3ce6d7c + 833c61c commit 500de37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const Footer = ({ className }) => {
<GoogleReCaptcha onVerify={handleOnVerify} />
<a
href={`mailto:${email}?Subject=directpodcast.fr`}
aria-label={`courriel ${token}`}
aria-label='courriel'
>
<StyledMail />
</a>
Expand Down
2 changes: 0 additions & 2 deletions src/components/Main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ function Main() {
throw error
}

console.log("Main")

return (
<Container>
<Form onSubmit={handleSubmit}>
Expand Down

0 comments on commit 500de37

Please sign in to comment.