Add feedback form link

Closes #43
pull/186/head
Aditya Thakral 2 years ago
parent 61c440c5eb
commit 473c00136c
  1. 4
      components/ConnectWithUs.tsx

@ -18,9 +18,9 @@ export function ConnectWithUs() {
<SocialLinks color="gradient" size="big" />
</div>
{/* TODO: fix feedback form link */}
<p>
Send feedback through our <Link href="#">Feedback Form</Link>
Send feedback through our{" "}
<Link href="https://bit.ly/uwcsclub-feedback-form">Feedback Form</Link>
</p>
</section>
);

Loading…
Cancel
Save