Skip to content

Commit

Permalink
feat: add normal workshop page
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkflame72 committed May 5, 2024
1 parent 636a6fa commit 03ab8b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
],
},
Expand Down
7 changes: 7 additions & 0 deletions src/pages/mahi/workshops.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
import Layout from "@layouts/Layout.astro";
const title = "What We Do";
---

<Layout meta={{ title }} />

0 comments on commit 03ab8b5

Please sign in to comment.