From e6d6dc16a62f8b4c52fc9f0c947ca3055f7356e9 Mon Sep 17 00:00:00 2001 From: chark1es Date: Mon, 13 Jan 2025 01:00:46 -0800 Subject: [PATCH] added iframe for OAH --- src/components/join/OAH.astro | 19 +++++++++++++++++++ src/components/join/OH.astro | 13 ------------- 2 files changed, 19 insertions(+), 13 deletions(-) create mode 100644 src/components/join/OAH.astro delete mode 100644 src/components/join/OH.astro diff --git a/src/components/join/OAH.astro b/src/components/join/OAH.astro new file mode 100644 index 0000000..bf86022 --- /dev/null +++ b/src/components/join/OAH.astro @@ -0,0 +1,19 @@ +--- + +--- + +
+

Each officer has their own OAH

+

Check out our calendar!

+ +
diff --git a/src/components/join/OH.astro b/src/components/join/OH.astro deleted file mode 100644 index fcd3f36..0000000 --- a/src/components/join/OH.astro +++ /dev/null @@ -1,13 +0,0 @@ ---- -const {title, subtitle, image} = Astro.props; ---- - -
-

- {subtitle} -

-

- {title} -

- Office hours -
\ No newline at end of file