From 65bcc9efc16713e426326fa7d34b0250791f0f35 Mon Sep 17 00:00:00 2001 From: sonylomo Date: Mon, 13 Nov 2023 15:15:48 +0300 Subject: [PATCH] added handleSubmit btn --- src/APP/pages/chapter/sections/WelcomeSection.jsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/APP/pages/chapter/sections/WelcomeSection.jsx b/src/APP/pages/chapter/sections/WelcomeSection.jsx index a9df7597..99f0f305 100644 --- a/src/APP/pages/chapter/sections/WelcomeSection.jsx +++ b/src/APP/pages/chapter/sections/WelcomeSection.jsx @@ -21,6 +21,12 @@ function WelcomeSection({ chapter }) { const goBack = () => { navigate(-1); }; + + const handleSubmit = () => { + console.log("Form Submitted"); + closeModal(); + }; + const websiteLink = chapter.socials.website ? chapter.socials.website : "#"; const facebookLink = chapter.socials.facebook ? chapter.socials.facebook @@ -213,7 +219,7 @@ function WelcomeSection({ chapter }) { - {/* Modal */} + {/* Join Chapter Modal Form */} Join