Skip to content

Commit 9f886db

Browse files
committed
fix community link
1 parent ff62b7b commit 9f886db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/Footer.res

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ let make = () => {
3434
<Section title="About">
3535
<ul className="text-16 text-gray-80-tr space-y-2">
3636
<li>
37-
<Link to=#"/community" className={linkClass}> {React.string("Community")} </Link>
37+
<Link to=#"/community/overview" className={linkClass}>
38+
{React.string("Community")}
39+
</Link>
3840
</li>
3941

4042
<li>

0 commit comments

Comments
 (0)