Add feedback form link #186

Merged
a3thakra merged 1 commits from adi-feedback-form into main 2 years ago
  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