mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
[beta] Add blog links (#5008)
This commit is contained in:
@@ -108,6 +108,7 @@ export function Footer() {
|
||||
<FooterLink href="/community/meet-the-team">
|
||||
Meet the Team
|
||||
</FooterLink>
|
||||
<FooterLink href="https://reactjs.org/blog">Blog</FooterLink>
|
||||
{/* <FooterLink href="/">Community Resources</FooterLink> */}
|
||||
</div>
|
||||
<div className="flex flex-col">
|
||||
|
||||
@@ -148,7 +148,7 @@ export function SidebarRouteTree({
|
||||
<li key={`${title}-${path}-${level}-link`}>
|
||||
<SidebarLink
|
||||
isPending={pendingRoute === pagePath}
|
||||
href={pagePath}
|
||||
href={path.startsWith('https://') ? path : pagePath}
|
||||
selected={selected}
|
||||
level={level}
|
||||
title={title}
|
||||
|
||||
@@ -11,6 +11,10 @@
|
||||
"title": "Overview",
|
||||
"path": "/"
|
||||
},
|
||||
{
|
||||
"title": "Blog",
|
||||
"path": "https://reactjs.org/blog"
|
||||
},
|
||||
{
|
||||
"title": "Community",
|
||||
"path": "/community",
|
||||
|
||||
Reference in New Issue
Block a user