- If you would like to attend HackIllinois 2025, click Confirm
- to finish the RSVP process. If you won't be attending
- please click Decline. This cannot be reversed.
+ If you would like to attend HackIllinois 2025, click{" "}
+ Confirm
to finish the RSVP process. If you
+ won't be attending please click Decline
.{" "}
+ This cannot be reversed.
{reimburse > 0 && (
Additionally, you have been approved for a travel
- reimbursement of ${reimburse.toFixed(2)}. Receiving this
- reimbursement is contingent on you coming to
- HackIllinois in-person and submitting a project.
+ reimbursement of ${reimburse.toLocaleString("en-US")}.
+ Receiving this reimbursement is contingent on you coming
+ to HackIllinois in-person and submitting a project.
)}
diff --git a/components/Profile/RSVP/ModalViews/Rejected.tsx b/components/Profile/RSVP/ModalViews/Rejected.tsx
index 38dd3e6b..8ce19cf2 100644
--- a/components/Profile/RSVP/ModalViews/Rejected.tsx
+++ b/components/Profile/RSVP/ModalViews/Rejected.tsx
@@ -3,20 +3,17 @@ import styles from "./styles.module.scss";
export function Rejected() {
return (
-
-
- Unfortunately, we were unable to offer you a spot at
- HackIllinois.
-
+
Rejected
+
+ Unfortunately, we were unable to offer you a spot at
+ HackIllinois.
-
-
- Email us at{" "}
-
- contact@hackillinois.org
- {" "}
- if you have any questions!
-
+
+ Email us at{" "}
+
+ contact@hackillinois.org
+ {" "}
+ if you have any questions!
);
@@ -25,23 +22,19 @@ export function Rejected() {
export function Waitlisted() {
return (
-
-
- Your application has been waitlisted at this time. If you
- are still interested in participating in HackIllinois 2025,
- please visit our Help Desk at 4:30pm on Friday, Feb 28rd for
- reconsideration opportunities depending on current
- capacities.
-
+
Waitlisted
+
+ Your application has been waitlisted at this time. If you are
+ still interested in participating in HackIllinois 2025, please
+ visit our Help Desk at 4:30pm on Friday, Feb 28rd for
+ reconsideration opportunities depending on current capacities.
-
-
- Email us at{" "}
-
- contact@hackillinois.org
- {" "}
- if you have any questions!
-
+
+ Email us at{" "}
+
+ contact@hackillinois.org
+ {" "}
+ if you have any questions!
);
diff --git a/components/Profile/RSVP/ModalViews/styles.module.scss b/components/Profile/RSVP/ModalViews/styles.module.scss
index 16540ace..0d501823 100644
--- a/components/Profile/RSVP/ModalViews/styles.module.scss
+++ b/components/Profile/RSVP/ModalViews/styles.module.scss
@@ -17,6 +17,7 @@
color: white;
display: flex;
flex-direction: column;
+ align-items: center;
gap: 4vw;
padding: 20px;
}
@@ -67,7 +68,7 @@
}
.unfortunatelyText {
- font-size: 4vw;
+ font-size: 2vw;
text-align: center;
@media (max-width: 768px) {