From 723a2dd8f839760c97436587f0e457d75eb6bb4a Mon Sep 17 00:00:00 2001 From: TheMaddax Date: Wed, 16 Oct 2024 18:05:04 -0600 Subject: [PATCH] update donate, join mcdi, and images --- client/src/App.tsx | 3 +- client/src/components/ImageCarousel.tsx | 2 +- client/src/components/JoinMCDi.tsx | 146 ++++++++++++++++++++++++ 3 files changed, 149 insertions(+), 2 deletions(-) create mode 100644 client/src/components/JoinMCDi.tsx diff --git a/client/src/App.tsx b/client/src/App.tsx index 65e6466..8b7d904 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -10,6 +10,7 @@ import Bylaws from './components/Bylaws'; import Sponsors from './components/Sponsors'; import MeetBoard from './components/Meet-Board'; import ComingSoon from './components/ComingSoon'; +import JoinMCDi from './components/JoinMCDi'; const App: React.FC = () => { return ( @@ -25,7 +26,7 @@ const App: React.FC = () => { } /> } /> } /> - } /> + } />