mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-21 18:47:50 +02:00
Use HTML entity instead of a unicode character
Some editors are unhappy using unicode in a file. Let's use the HTML entity instead.
This commit is contained in:
parent
e3139eea2f
commit
4c93e4ac33
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