We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d603d48 commit 72b9b1aCopy full SHA for 72b9b1a
src/components/LayoutFooter/Footer.js
@@ -100,6 +100,12 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
100
<FooterNav layoutHasSidebar={layoutHasSidebar}>
101
<MetaTitle onDark={true}>{navFooter.more.title}</MetaTitle>
102
<SectionLinks links={navFooter.more.items} />
103
+ <ExternalFooterLink href="https://opensource.facebook.com/legal/privacy">
104
+ Privacy
105
+ </ExternalFooterLink>
106
+ <ExternalFooterLink href="https://opensource.facebook.com/legal/terms">
107
+ Terms
108
109
</FooterNav>
110
</div>
111
<section
0 commit comments