Open
Description
Description
We have a lot of contact email addresses (signified by italics) on the landing page. I personally don't like mailto links because they always open up the mail client. Instead, I think it would be useful to copy the email address to the clipboard.
Acceptance Criteria
- email addresses have a hover state that signifies they can be clicked
- email address is copied to clipboard on click
- success message that it was copied once you click
Dev approach
- Create a new
EmailAddress
component