Merge pull request #9 from sdwilsh/html-entity

Use HTML entity instead of a unicode character
This commit is contained in:
Joel Marcey 2017-07-12 09:16:09 -07:00 committed by GitHub
commit 8362e8e4bf

View file

@ -111,7 +111,7 @@ class Footer extends React.Component {
/> />
</a> </a>
<section className="copyright"> <section className="copyright">
Copyright © {currentYear} Facebook Inc. Copyright &copy; {currentYear} Facebook Inc.
</section> </section>
</footer> </footer>
); );