Skip to content

Commit 5d4b4d8

Browse files
committed
feat: add signup links to events page
1 parent a6d0eae commit 5d4b4d8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/features/EventItem/EventItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const EventItem = ({ name, date, brief, description, bgImage, frontImage, link,
2020
let linkText: string;
2121

2222
if (!link) {
23-
linkText = 'Event ended';
23+
linkText = 'Upcoming!';
2424
} else {
2525
linkText = 'Sign up';
2626
}

src/routes/Events.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const Events = () => {
3030
frontImage: DecodEdImage2,
3131
altBgImage: "Students in a classroom taking part of the DecodED workshop.",
3232
altFrontImage: "Classroom with supplies table in front with several students attending DecodED workshop in the background.",
33-
link: "",
33+
link: "https://events.humanitix.com/decoded-2026",
3434
},
3535
{
3636
name: "Hackiethon",
@@ -42,7 +42,7 @@ const Events = () => {
4242
frontImage: HackiethonImage,
4343
altBgImage: "HackMelbourne committee members in a lecture hall setting up hackathon competition.",
4444
altFrontImage: "Students in a lecture hall viewing hackathon competition being presented.",
45-
link: "",
45+
link: "https://events.humanitix.com/hackiethon-2026",
4646
},
4747
{
4848
name: "Melbourne Hack",

0 commit comments

Comments
 (0)