diff --git a/src/data.ts b/src/data.ts index f676ca17..8a389dbb 100644 --- a/src/data.ts +++ b/src/data.ts @@ -216,6 +216,7 @@ export const headerLinks: HeaderLink[] = [ { label: "What We Do", href: "/what-we-do" }, { label: "Sessions", href: "/mahi/sessions" }, { label: "School Sessions", href: "/mahi/school-sessions" }, + { label: "Workshops", href: "/mahi/workshops" }, { label: "Teacher Workshops", href: "/mahi/teacher-workshops" }, ], }, diff --git a/src/pages/mahi/workshops.astro b/src/pages/mahi/workshops.astro new file mode 100644 index 00000000..cec5a454 --- /dev/null +++ b/src/pages/mahi/workshops.astro @@ -0,0 +1,7 @@ +--- +import Layout from "@layouts/Layout.astro"; + +const title = "What We Do"; +--- + +