mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
Merge pull request #9 from sdwilsh/html-entity
Use HTML entity instead of a unicode character
This commit is contained in:
commit
8362e8e4bf
|
|
@ -111,7 +111,7 @@ class Footer extends React.Component {
|
|||
/>
|
||||
</a>
|
||||
<section className="copyright">
|
||||
Copyright © {currentYear} Facebook Inc.
|
||||
Copyright © {currentYear} Facebook Inc.
|
||||
</section>
|
||||
</footer>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue