Browse Source
Update footer links to example and community tools
main
Bond
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
11 deletions
-
src/components/LayoutFooter/Footer.js
|
|
@ -109,18 +109,11 @@ 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> |
|
|
|