From 3c419fa6dccb9380cda20dee6c2b4af815bf657f Mon Sep 17 00:00:00 2001 From: Darkflame72 Date: Fri, 31 Jan 2025 18:51:21 +1300 Subject: [PATCH] chore: add correct signup links --- src/data.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/data.ts b/src/data.ts index 2e5241f..4b1456c 100644 --- a/src/data.ts +++ b/src/data.ts @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", } ], }, @@ -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", } ], },