Browse Source

chore: fix footer "Community" link (#5720)

main
Albert Portnoy 2 years ago
committed by GitHub
parent
commit
c1f6dc9b11
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

@ -353,7 +353,7 @@ export function Footer({hideSurvey = false, hideBorder = false}: FooterProps) {
</FooterLink>
</div>
<div className="md:col-start-2 xl:col-start-4 flex flex-col">
<FooterLink href="/" isHeader={true}>
<FooterLink href="/community" isHeader={true}>
Community
</FooterLink>
<FooterLink href="https://github.com/facebook/react/blob/main/CODE_OF_CONDUCT.md">

Loading…
Cancel
Save