From 82c311e64220dec7bb83db90c817fea75ae7fa25 Mon Sep 17 00:00:00 2001 From: Aditya Thakral Date: Fri, 27 Aug 2021 14:34:41 -0400 Subject: [PATCH] Add feedback form link (#186) Closes #43 Reviewed-on: https://git.csclub.uwaterloo.ca/www/www-new/pulls/186 Co-authored-by: Aditya Thakral Co-committed-by: Aditya Thakral --- components/ConnectWithUs.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ConnectWithUs.tsx b/components/ConnectWithUs.tsx index 7e9d333b..d32ab48e 100644 --- a/components/ConnectWithUs.tsx +++ b/components/ConnectWithUs.tsx @@ -18,9 +18,9 @@ export function ConnectWithUs() { - {/* TODO: fix feedback form link */}

- Send feedback through our Feedback Form + Send feedback through our{" "} + Feedback Form

);