Skip to content

Instantly share code, notes, and snippets.

@pickleat
Last active March 18, 2021 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pickleat/12eb91f71bae5929d09be2efdd3fad51 to your computer and use it in GitHub Desktop.
Save pickleat/12eb91f71bae5929d09be2efdd3fad51 to your computer and use it in GitHub Desktop.
emojiAriaLabel
<!-- BAD -->
<div>
<a href="https://twitter.com/pickleat">Made with &#10084; by Andy Pickle</a>
</div>
<!-- Good! -->
<a href="https://twitter.com/pickleat">
Made with <span role="img" aria-label="love">&#10084;</span> by Andy Pickle
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment