blog icon indicating copy to clipboard operation
blog copied to clipboard

Fix footer email address

Open LorenzoSapora opened this issue 7 years ago • 1 comments
trafficstars

Hey Josh,

The URL for your email address is currently https://[siteurl]/mailto:[email].

Steps to reproduce:

  • Open https://www.joshwcomeau.com
  • Click email in footer

I was going to push a PR for your footer, but without digging deeper into your codebase, I can't see how or why it's prefixing the [siteurl]

LorenzoSapora avatar May 30 '18 11:05 LorenzoSapora

Ah! Thanks for the heads-up. I never tested that, how neglectful!

Looks like the issue is that I'm using a React Router link, instead of a standard <a> tag, and React Router links are only for client-side navigation. Should be an easy fix :)

joshwcomeau avatar May 30 '18 13:05 joshwcomeau