mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-06 12:52:31 +02:00
chore: add legal links to v1 website
This commit is contained in:
parent
4367197c77
commit
956d701cf5
1 changed files with 15 additions and 0 deletions
|
@ -109,6 +109,21 @@ class Footer extends React.Component {
|
|||
About
|
||||
</a>
|
||||
</div>
|
||||
<div className="footerSection">
|
||||
<h5>Legal</h5>
|
||||
<a
|
||||
href="https://opensource.facebook.com/legal/privacy/"
|
||||
target="_blank"
|
||||
rel="noreferrer noopener">
|
||||
Privacy
|
||||
</a>
|
||||
<a
|
||||
href="https://opensource.facebook.com/legal/terms/"
|
||||
target="_blank"
|
||||
rel="noreferrer noopener">
|
||||
Terms
|
||||
</a>
|
||||
</div>
|
||||
<SocialFooter config={this.props.config} />
|
||||
</section>
|
||||
<a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue