From 3901db098a7029b3818f3c6f70b97e5d9ca3a396 Mon Sep 17 00:00:00 2001 From: James Kaguru Kihuha <47499826+James-Kaguru@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:09:33 +0300 Subject: [PATCH 1/2] corrected date --- frontend/src/components/Agenda.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Agenda.tsx b/frontend/src/components/Agenda.tsx index 24e444c..4888681 100644 --- a/frontend/src/components/Agenda.tsx +++ b/frontend/src/components/Agenda.tsx @@ -44,7 +44,7 @@ const Sessions = () => { } } {(activeDay == 'all' || activeDay == '19th') &&
Fri Oct 19
+Sat Oct 19
{ activeSessions.map(session => { if (session.day == '19th') { From b4b9a70148d50f0791316c16075b20ea7522a376 Mon Sep 17 00:00:00 2001 From: James Kaguru Kihuha <47499826+James-Kaguru@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:17:16 +0300 Subject: [PATCH 2/2] added agenda to the mobile menu --- frontend/src/components/Navbar.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/components/Navbar.tsx b/frontend/src/components/Navbar.tsx index 4b8b488..4a524cd 100644 --- a/frontend/src/components/Navbar.tsx +++ b/frontend/src/components/Navbar.tsx @@ -40,6 +40,12 @@ const Navbar: React.FC = () => { > Home +