Skip to content

Commit 5bf8146

Browse files
Remove footer contact link
Removes the Contact mailto link from the shared web footer navigation.
1 parent 2cfba27 commit 5bf8146

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

apps/web/src/components/site-footer.tsx

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,20 @@ export function SiteFooter() {
1717
<Link to="/changelog/" className="hover:text-[#181613]">
1818
Changelog
1919
</Link>
20-
<a href="mailto:founders@fastrepl.com" className="hover:text-[#181613]">
21-
Contact
22-
</a>
20+
<Link
21+
to="/legal/$slug"
22+
params={{ slug: "privacy" }}
23+
className="hover:text-[#181613]"
24+
>
25+
Privacy
26+
</Link>
27+
<Link
28+
to="/legal/$slug"
29+
params={{ slug: "terms" }}
30+
className="hover:text-[#181613]"
31+
>
32+
Terms
33+
</Link>
2334
</nav>
2435
</footer>
2536
);

0 commit comments

Comments
 (0)