File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ import {Button} from "web/components/buttons/button";
88import { api } from "web/lib/api" ;
99import { Title } from "web/components/widgets/title" ;
1010import toast from "react-hot-toast" ;
11+ import Link from "next/link" ;
12+ import { formLink } from "common/constants" ;
1113
1214export function ContactComponent ( ) {
1315 const user = useUser ( )
@@ -23,6 +25,10 @@ export function ContactComponent() {
2325 return (
2426 < Col className = "mx-2" >
2527 < Title className = "!mb-2 text-3xl" > Contact</ Title >
28+ < p className = { 'custom-link mb-4' } >
29+ You can also contact us through this < Link href = { formLink } > feedback form</ Link > or any of our < Link
30+ href = { '/social' } > socials</ Link > .
31+ </ p >
2632 < Col >
2733 < div className = { 'mb-2' } >
2834 < TextEditor
You can’t perform that action at this time.
0 commit comments