Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/routes/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: "",
};

Expand Down