mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 20:53:08 +00:00
Merge pull request #347 from bondz/patch-1
Update footer links to example and community tools
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user