Skip to content

Commit 2910065

Browse files
committed
fix: add that applications are open
1 parent 67cd836 commit 2910065

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/routes/Root.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ function Root() {
5454
const jointeam = {
5555
title: ["Join the ", "Hack", "Melbourne team for 2026"],
5656
desc: ["We make an impact on our future and learn some", "more skills along the way!"],
57-
button: "Applications currently closed",
58-
link: "",
57+
button: "Applications open until March 27th!",
58+
link: "https://docs.google.com/forms/d/e/1FAIpQLSfdjr-baFQDqfq7meThWdZ2PKPj1g58u8ai55twIBCcDmKCLg/viewform",
5959
};
6060

6161
return (

0 commit comments

Comments
 (0)