From e7b750ce0894490b7cdeee0b2c3a15305d98100d Mon Sep 17 00:00:00 2001 From: Owen Lester Date: Sun, 3 Nov 2024 14:48:16 -0500 Subject: [PATCH] fixed nits --- .../components/ClubEditPage/ClubEditCard.tsx | 43 ++++++++----------- 1 file changed, 19 insertions(+), 24 deletions(-) diff --git a/frontend/components/ClubEditPage/ClubEditCard.tsx b/frontend/components/ClubEditPage/ClubEditCard.tsx index ab88da2dc..06d50ba05 100644 --- a/frontend/components/ClubEditPage/ClubEditCard.tsx +++ b/frontend/components/ClubEditPage/ClubEditCard.tsx @@ -165,32 +165,27 @@ const EmailModal = ({ confirmSubmission, }: EmailModalProps): ReactElement => { return ( - +
+ + Warning: This email will be shown to the public. We highly recommend + you don't use a personal email, and instead use a club email. Feel + free to ignore this warning if the email is not a personal email. + + setEmail(e.target.value)} + className="input mb-4" + style={{ maxWidth: '350px' }} + >
- - Warning: This email will be down to the public. We highly recommend - you don't use a personal email, and instead use a club email. Feel - free to ignore this if the email is not a personal email. - - setEmail(e.target.value)} - className="input mb-5" - style={{ maxWidth: '350px' }} - > -
- -
+
- } - /> +
+
) }