diff --git a/app/profile/page.tsx b/app/profile/page.tsx index 9485cdf5..3e4cd0df 100644 --- a/app/profile/page.tsx +++ b/app/profile/page.tsx @@ -127,7 +127,8 @@ const Profile: React.FC = () => { windowSizeHook?.width && windowSizeHook?.width < 768 ? "10px" - : "40px" + : "40px", + padding: 0 } }} isOpen={modalOpen} diff --git a/components/Profile/RSVP/ModalViews/Rejected.tsx b/components/Profile/RSVP/ModalViews/Rejected.tsx index 2f32d698..30ec6314 100644 --- a/components/Profile/RSVP/ModalViews/Rejected.tsx +++ b/components/Profile/RSVP/ModalViews/Rejected.tsx @@ -13,7 +13,7 @@ export function Rejected() { Email us at{" "} - contact@hackillinois.org + contact@hackillinois.org {" "} if you have any questions! @@ -36,7 +36,7 @@ export function Waitlisted() { Email us at{" "} - contact@hackillinois.org + contact@hackillinois.org {" "} if you have any questions!