Skip to content

Commit

Permalink
chore: update signup links
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkflame72 authored Jun 30, 2024
1 parent d5a285d commit c5767c2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ export const sessions: { location: string; sessions: Session[] }[] = [
time: "3:30pm to 5:15pm",
description: "Introduction to programming using Scratch.",
type: "After School",
signupLink: "",
signupLink: "https://forms.gle/zDJQfMLadVoSLYzt8",
},
{
title: "Wellington College",
Expand All @@ -358,16 +358,16 @@ export const sessions: { location: string; sessions: Session[] }[] = [
type: "After School",
signupLink: "https://forms.gle/PqwLGaTZJPuT4tLc6",
},
{
title: "Johnsonville Library Makerspace",
ages: "5 - 8",
day: "Wednesday",
time: "3:30pm to 5:30pm",
starts: "Wednseday 31st July",
description: "Introduction to programming using Scratch.",
type: "After School",
signupLink: "",
},
{
title: "Johnsonville Library Makerspace",
ages: "5 - 8",
day: "Wednesday",
time: "3:30pm to 5:30pm",
starts: "Wednesday 31st July",
description: "Introduction to programming using Scratch.",
type: "After School",
signupLink: "https://forms.gle/DL9esYDZBUUv5Yvy8",
},
{
title: "Ruakawa Community Centre",
ages: "5 - 8",
Expand Down

0 comments on commit c5767c2

Please sign in to comment.