From b960f35572f1bbb958de12385993ad5799123942 Mon Sep 17 00:00:00 2001 From: j285he Date: Thu, 2 Sep 2021 17:19:05 -0400 Subject: [PATCH] Fix some link bugs (#263) Closes #251. Closes #258. Co-authored-by: Jared He <66887902+jaredjhe@users.noreply.github.com> Reviewed-on: https://git.csclub.uwaterloo.ca/www/www-new/pulls/263 Reviewed-by: Amy Reviewed-by: Aditya Thakral Co-authored-by: j285he Co-committed-by: j285he --- components/Button.tsx | 1 + content/about/index.mdx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/Button.tsx b/components/Button.tsx index 92d75463..daf91e8f 100644 --- a/components/Button.tsx +++ b/components/Button.tsx @@ -21,6 +21,7 @@ export function Button(props: Props) {