Brian Vaughn
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
src/components/LayoutFooter/Footer.js
|
|
@ -100,6 +100,12 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => ( |
|
|
|
<FooterNav layoutHasSidebar={layoutHasSidebar}> |
|
|
|
<MetaTitle onDark={true}>{navFooter.more.title}</MetaTitle> |
|
|
|
<SectionLinks links={navFooter.more.items} /> |
|
|
|
<ExternalFooterLink href="https://opensource.facebook.com/legal/privacy"> |
|
|
|
Privacy |
|
|
|
</ExternalFooterLink> |
|
|
|
<ExternalFooterLink href="https://opensource.facebook.com/legal/terms"> |
|
|
|
Terms |
|
|
|
</ExternalFooterLink> |
|
|
|
</FooterNav> |
|
|
|
</div> |
|
|
|
<section |
|
|
|