Add feedback form link
continuous-integration/drone/push Build is passing Details

Closes #43
This commit is contained in:
Aditya Thakral 2021-08-27 14:31:37 -04:00
parent 61c440c5eb
commit 473c00136c
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>
);