Skip to content

Commit c1f6dc9

Browse files
authored
chore: fix footer "Community" link (#5720)
1 parent 19e6a0c commit c1f6dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta/src/components/Layout/Footer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ export function Footer({hideSurvey = false, hideBorder = false}: FooterProps) {
353353
</FooterLink>
354354
</div>
355355
<div className="md:col-start-2 xl:col-start-4 flex flex-col">
356-
<FooterLink href="/" isHeader={true}>
356+
<FooterLink href="/community" isHeader={true}>
357357
Community
358358
</FooterLink>
359359
<FooterLink href="https://github.com/facebook/react/blob/main/CODE_OF_CONDUCT.md">

0 commit comments

Comments
 (0)