diff --git a/frontend/components/ClubEditPage/ClubEditCard.tsx b/frontend/components/ClubEditPage/ClubEditCard.tsx index 3f1c4d7e9..58e380d88 100644 --- a/frontend/components/ClubEditPage/ClubEditCard.tsx +++ b/frontend/components/ClubEditPage/ClubEditCard.tsx @@ -171,17 +171,18 @@ const EmailModal = ({ closeModal={closeModal} marginBottom={false} > -
- - 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. +
+ + This email will be visible to the public. +
+ We recommend that you don’t use a personal email, and instead use a + club email.
setEmail(e.target.value)} - className="input mb-4" + className="input mb-5" style={{ maxWidth: '350px' }} >
diff --git a/frontend/package.json b/frontend/package.json index 6f45e3275..cf0928e1a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -118,5 +118,6 @@ }, "engines": { "node": "^20.0.0" - } + }, + "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }