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' }} - > -
- -
+
- } - /> +
+
) }