From 83ba8e0edac5832864db927b22c19b75429e2afa Mon Sep 17 00:00:00 2001 From: Joe Kratzat Date: Wed, 18 Oct 2023 21:31:50 -0400 Subject: [PATCH] Move the 2023-10-12 talks to the past events page and update main page (#33) --- src/app/Nav.tsx | 14 +++-- src/app/components/Landing.tsx | 5 +- src/app/page.tsx | 26 ++++---- src/app/past/2023-10-12/components/Talk.tsx | 44 ++++++++++++++ src/app/past/2023-10-12/page.tsx | 66 +++++++++++++++++++++ src/app/past/page.tsx | 5 +- src/app/talks/page.tsx | 28 ++++----- 7 files changed, 153 insertions(+), 35 deletions(-) create mode 100644 src/app/past/2023-10-12/components/Talk.tsx create mode 100644 src/app/past/2023-10-12/page.tsx diff --git a/src/app/Nav.tsx b/src/app/Nav.tsx index 38db88c..11961ec 100644 --- a/src/app/Nav.tsx +++ b/src/app/Nav.tsx @@ -13,6 +13,9 @@ export default function Nav() { setMenu(!menu); }; + // having this blank hides the link + const ticketURL = ""; + return (