From ce60cc5ab269979982a51f06d697a1304ab84be4 Mon Sep 17 00:00:00 2001 From: DanYu12 Date: Wed, 15 Nov 2023 11:39:48 -0500 Subject: [PATCH] added discord --- .../LandingPageComponents/MentorApply.jsx | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/src/components/LandingPageComponents/MentorApply.jsx b/src/components/LandingPageComponents/MentorApply.jsx index a4e7235..94a4c10 100644 --- a/src/components/LandingPageComponents/MentorApply.jsx +++ b/src/components/LandingPageComponents/MentorApply.jsx @@ -1,11 +1,19 @@ const MentorApply = () => { return ( - - Are you interested in being a mentor? Click here to apply! - +
+ {/* + Are you interested in being a mentor? Click here to apply! + */} + + Join our discord! + +
); };