Skip to content

Commit

Permalink
chore: add tawa college session
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkflame72 authored Aug 4, 2024
1 parent b3b728a commit 1fe657f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ export const sessions: { location: string; sessions: Session[] }[] = [
title: "Cummings Park (Ngaio) Library",
ages: "5 - 8",
day: "Tuesday",
starts: "Tuesday 30th July",
time: "3:30pm to 5:15pm",
description: "Introduction to programming using Scratch.",
type: "After School",
Expand Down Expand Up @@ -363,7 +362,6 @@ export const sessions: { location: string; sessions: Session[] }[] = [
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",
Expand All @@ -377,6 +375,15 @@ export const sessions: { location: string; sessions: Session[] }[] = [
type: "After School",
signupLink: "https://forms.gle/yxiPE7ccqQ6SZ5DZ9",
},
{
title: "Tawa College",
ages: "9 - 13",
day: "Thursday",
time: "3:30pm to 5:30pm",
description:
"Session to explore all areas of technology, work on projects and explore.",
type: "After School",
},
{
title: "South Wellington Intermediate School",
ages: "7 - 8",
Expand Down

0 comments on commit 1fe657f

Please sign in to comment.