We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fecc9ce commit abe6e50Copy full SHA for abe6e50
src/components/Footer.res
@@ -46,8 +46,8 @@ let make = () => {
46
<Section title="About">
47
<ul className="text-16 text-gray-80-tr space-y-2">
48
<li>
49
- <Next.Link href="/community#core-team" className={linkClass}>
50
- {React.string("Team")}
+ <Next.Link href="/community" className={linkClass}>
+ {React.string("Community")}
51
</Next.Link>
52
</li>
53
0 commit comments