Skip to content

Commit

Permalink
chore: add correct signup links
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkflame72 committed Jan 31, 2025
1 parent 2a071c3 commit 3c419fa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ export const sessions: { location: string; sessions: Session[] }[] = [
time: "3:30pm to 5:30pm",
description: "Introduction to programming using Python.",
type: "After School",
signupLink: "https://forms.gle/uCXEsoksTq3tSEBfA",
signupLink: "https://forms.gle/N85mC2rFVPiz8PDz7",
},
{
title: "Cummings Park (Ngaio) Library",
Expand All @@ -368,7 +368,7 @@ export const sessions: { location: string; sessions: Session[] }[] = [
time: "3:30pm to 5:15pm",
description: "Introduction to programming using Scratch.",
type: "After School",
signupLink: "https://forms.gle/zDJQfMLadVoSLYzt8",
signupLink: "https://forms.gle/v7xfucRaSPFSNF4f7",
},
// {
// title: "Wellington College",
Expand All @@ -386,7 +386,7 @@ export const sessions: { location: string; sessions: Session[] }[] = [
time: "3:30pm to 5:30pm",
description: "Introduction to programming using Python.",
type: "After School",
signupLink: "https://forms.gle/PqwLGaTZJPuT4tLc6",
signupLink: "https://forms.gle/p1G2n5ddwT6EC3h67",
},
{
title: "Johnsonville Library Makerspace",
Expand Down Expand Up @@ -426,7 +426,7 @@ export const sessions: { location: string; sessions: Session[] }[] = [
time: "3:30pm to 5:30pm",
description: "Introduction to programming using Scratch.",
type: "After School",
signupLink: "https://forms.gle/mP16ndSfZwrTnYYw6",
signupLink: "https://forms.gle/q7CYEYYnwCG3gGHK7",
},
{
title: "Walter Nash Community Hub",
Expand All @@ -435,7 +435,7 @@ export const sessions: { location: string; sessions: Session[] }[] = [
time: "3:30pm - 5:30pm",
description: "Introduction to programming using Scratch.",
type: "After School",
signupLink: "https://forms.gle/mP16ndSfZwrTnYYw6",
signupLink: "https://forms.gle/33xMEptKxm8Gp3gk8",
}
],
},
Expand All @@ -458,7 +458,7 @@ export const sessions: { location: string; sessions: Session[] }[] = [
time: "3:30pm - 5:30pm",
description: "Exploring electronics, programming and cybersecurity..",
type: "After School",
signupLink: "https://forms.gle/DcU1qm1WVZGpAKwx9",
signupLink: "https://forms.gle/Af6sum3EPnYpB6NG7",
}
],
},
Expand Down

0 comments on commit 3c419fa

Please sign in to comment.