Skip to content

Commit abe6e50

Browse files
authored
Footer: change "Team" link to "Community" (#770)
1 parent fecc9ce commit abe6e50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Footer.res

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ let make = () => {
4646
<Section title="About">
4747
<ul className="text-16 text-gray-80-tr space-y-2">
4848
<li>
49-
<Next.Link href="/community#core-team" className={linkClass}>
50-
{React.string("Team")}
49+
<Next.Link href="/community" className={linkClass}>
50+
{React.string("Community")}
5151
</Next.Link>
5252
</li>
5353
<li>

0 commit comments

Comments
 (0)