mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +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>
|
||||
<section className="copyright">
|
||||
Copyright © {currentYear} Facebook Inc.
|
||||
Copyright © {currentYear} Facebook Inc.
|
||||
</section>
|
||||
</footer>
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue