mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-29 22:47:52 +02:00
Merge pull request #9 from sdwilsh/html-entity
Use HTML entity instead of a unicode character
This commit is contained in:
commit
8362e8e4bf
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class Footer extends React.Component {
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
<section className="copyright">
|
<section className="copyright">
|
||||||
Copyright © {currentYear} Facebook Inc.
|
Copyright © {currentYear} Facebook Inc.
|
||||||
</section>
|
</section>
|
||||||
</footer>
|
</footer>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue