Skip to content

Commit

Permalink
Merge pull request #8 from alfficcadenti/Mail-fix
Browse files Browse the repository at this point in the history
fix link to email address
  • Loading branch information
alfficcadenti authored Mar 23, 2021
2 parents 6aa52c0 + 748b171 commit df32d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const ContactPage = () => (
<SEO title="Contact" keywords={[`honey`, `raw honey`, `local honey`, `london`, `london honey`, `beekeeping`, `beekeeper`]}/>
<div style={{ maxWidth: `100%`, marginBottom: `1.45rem` }}>
{'I love to be in touch with anyone who visits the website. Give me a buzz and drop me a line to '}
<a href="mailto: {'[email protected]'}">{'[email protected]'}</a>
<a href="mailto: [email protected]">{'[email protected]'}</a>
</div>
</Layout>
)
Expand Down

0 comments on commit df32d5f

Please sign in to comment.