From 65b018db2a689f35aff72bce6b3d36f1b989aaad Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Fri, 24 Oct 2025 20:48:45 +0200 Subject: [PATCH] Add contact links --- web/components/contact.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/components/contact.tsx b/web/components/contact.tsx index f073ef67..39835241 100644 --- a/web/components/contact.tsx +++ b/web/components/contact.tsx @@ -8,6 +8,8 @@ import {Button} from "web/components/buttons/button"; import {api} from "web/lib/api"; import {Title} from "web/components/widgets/title"; import toast from "react-hot-toast"; +import Link from "next/link"; +import {formLink} from "common/constants"; export function ContactComponent() { const user = useUser() @@ -23,6 +25,10 @@ export function ContactComponent() { return ( Contact +

+ You can also contact us through this feedback form or any of our socials. +