From 0bcb95fbedc356981d5d17fa92790c6515d87ffd Mon Sep 17 00:00:00 2001 From: t11s Date: Fri, 15 Nov 2024 19:35:12 -0500 Subject: [PATCH] feat: cal page using gcal iframe --- app/calendar/page.tsx | 9 +++++++++ app/components/NavBar.tsx | 4 ++++ 2 files changed, 13 insertions(+) create mode 100644 app/calendar/page.tsx diff --git a/app/calendar/page.tsx b/app/calendar/page.tsx new file mode 100644 index 0000000..0cc3567 --- /dev/null +++ b/app/calendar/page.tsx @@ -0,0 +1,9 @@ +export default function Calendar() { + return ( + + ); +} diff --git a/app/components/NavBar.tsx b/app/components/NavBar.tsx index 56e1f10..2bcdfd1 100644 --- a/app/components/NavBar.tsx +++ b/app/components/NavBar.tsx @@ -49,9 +49,13 @@ export default function NavBar() {
+ + Calendar + About + {/* Contact Us */}