Browse Source

Change footer link to React repo

main
dan 2 years ago
committed by GitHub
parent
commit
06ae63787d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      beta/src/components/Layout/Footer.tsx

2
beta/src/components/Layout/Footer.tsx

@ -163,7 +163,7 @@ export function Footer() {
</ExternalLink>
<ExternalLink
aria-label="React on Github"
href="https://github.com/reactjs/reactjs.org"
href="https://github.com/facebook/react"
className={socialLinkClasses}>
<IconGitHub />
</ExternalLink>

Loading…
Cancel
Save