Skip to content

Commit ce4b641

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

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ 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 to="/privacy/" className="hover:text-[#181613]">
21+
Privacy
22+
</Link>
23+
<Link to="/terms/" className="hover:text-[#181613]">
24+
Terms
25+
</Link>
2326
</nav>
2427
</footer>
2528
);

0 commit comments

Comments
 (0)