Skip to content

Commit 72b9b1a

Browse files
author
Brian Vaughn
authored
Added Privacy and Terms footer links (#3087)
1 parent d603d48 commit 72b9b1a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/LayoutFooter/Footer.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
100100
<FooterNav layoutHasSidebar={layoutHasSidebar}>
101101
<MetaTitle onDark={true}>{navFooter.more.title}</MetaTitle>
102102
<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+
</ExternalFooterLink>
103109
</FooterNav>
104110
</div>
105111
<section

0 commit comments

Comments
 (0)