From a79dd830359628eed60b0d8ece737d317d44b5a5 Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 8 May 2025 17:46:56 +1000 Subject: [PATCH] small updates --- src/routes/Root.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/Root.tsx b/src/routes/Root.tsx index 7f58924..6c8867b 100644 --- a/src/routes/Root.tsx +++ b/src/routes/Root.tsx @@ -52,9 +52,9 @@ function Root() { ]; const jointeam = { - title: ["Join the ", "Hack", "Melbourne team for 2024"], + title: ["Join the ", "Hack", "Melbourne team for 2025"], desc: ["We make an impact on our future and learn some", "more skills along the way!"], - button: "Apply Now", + button: "Applications currently closed", link: "", };