Skip to content

Commit 65b018d

Browse files
committed
Add contact links
1 parent addb52e commit 65b018d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

web/components/contact.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import {Button} from "web/components/buttons/button";
88
import {api} from "web/lib/api";
99
import {Title} from "web/components/widgets/title";
1010
import toast from "react-hot-toast";
11+
import Link from "next/link";
12+
import {formLink} from "common/constants";
1113

1214
export 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

0 commit comments

Comments
 (0)