Skip to content

Commit

Permalink
Use different example emoji
Browse files Browse the repository at this point in the history
The single heart renders as a unicode character in some instances.
  • Loading branch information
SeanMcP committed May 18, 2019
1 parent 4f65f28 commit 72242f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function HeartFooter() {
<footer>
Made with
{' '}
<Emoji symbol="❤️" label="love" />
<Emoji symbol="💕" label="love" />
{' '}
by Sean McPherson
</footer>
Expand Down

0 comments on commit 72242f6

Please sign in to comment.