Browse Source

Merge pull request #347 from bondz/patch-1

Update footer links to example and community tools
main
Brian Vaughn 7 years ago
committed by GitHub
parent
commit
8ea6d8635c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      src/components/LayoutFooter/Footer.js

14
src/components/LayoutFooter/Footer.js

@ -109,18 +109,10 @@ const Footer = ({layoutHasSidebar = false}) => (
Conferences
</FooterLink>
<FooterLink to="/community/videos.html">Videos</FooterLink>
<ExternalFooterLink
href="https://github.com/facebook/react/wiki/Examples"
target="_blank"
rel="noopener">
Examples
</ExternalFooterLink>
<ExternalFooterLink
href="https://github.com/facebook/react/wiki/Complementary-Tools"
target="_blank"
rel="noopener">
<FooterLink to="/community/examples.html">Examples</FooterLink>
<FooterLink to="/community/debugging-tools.html">
Complementary Tools
</ExternalFooterLink>
</FooterLink>
</FooterNav>
<FooterNav layoutHasSidebar={layoutHasSidebar}>
<MetaTitle onDark={true}>More</MetaTitle>

Loading…
Cancel
Save