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 (
+ You can also contact us through this feedback form or any of our socials. +