From 8c4f23c594aaec32d8e5e1e60590faa88e30dc70 Mon Sep 17 00:00:00 2001 From: Amy Date: Mon, 23 Aug 2021 22:57:57 -0400 Subject: [PATCH] Fix links on home page (past events/news) (#174) Co-authored-by: Amy Reviewed-on: https://git.csclub.uwaterloo.ca/www/www-new/pulls/174 Reviewed-by: Aditya Thakral Co-authored-by: Amy Co-committed-by: Amy --- pages/index.tsx | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index 7b9556c6..ab7d2f71 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -51,10 +51,7 @@ export default function Home(props: Props) {

Upcoming Events

- See past events{" "} - - here - + See past events here


{props.events.length === 0 ? ( @@ -75,10 +72,7 @@ export default function Home(props: Props) { {props.moreEvents ? (

- See more upcoming events{" "} - - here - + See more upcoming events here

) : null}
@@ -86,10 +80,7 @@ export default function Home(props: Props) {

News

Updates from our execs!
- See past news{" "} - - here - + See past news here


{