Add feedback form link #186

Merged
a3thakra merged 1 commits from adi-feedback-form into main 2021-08-27 14:34:43 -04:00
1 changed files with 2 additions and 2 deletions

View File

@ -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>
);