diff --git a/src/pages/dashboard.tsx b/src/pages/dashboard.tsx
index 267a6877..13b8d80a 100644
--- a/src/pages/dashboard.tsx
+++ b/src/pages/dashboard.tsx
@@ -65,8 +65,9 @@ const Accepted: React.FC = () => {
return (
- Hey {session ? session.user?.name : ""}, we can{"'"}t wait to see you at
- DeltaHacks XI!
+ Hey{" "}
+ {session ? session.user?.name : ""} ,
+ we can{"'"}t wait to see you at DeltaHacks XI!
We are pleased to announce that you have been invited to attend
@@ -85,18 +86,26 @@ const Accepted: React.FC = () => {
hello@deltahacks.com
-
+
setShareResume(checked)}
- className="text-xl font-normal dark:text-[#c1c1c1] sm:text-2xl lg:text-3xl lg:leading-tight 2xl:text-4xl"
+ onCheckedChange={(checked) => setShareResume(!!checked)}
+ className="w-6 h-6"
+ />
+
Share my resume with sponsors
-
+
+
+
{
- await doRsvp.mutateAsync();
+ await doRsvp.mutateAsync({
+ rsvpCheck: shareResume,
+ });
}}
className="btn btn-primary bg-primary dark:bg-primary hover:hover:bg-[#7380ff] dark:hover:bg-[#646EE5] dark:text-white w-48 border-none text-base font-medium capitalize"
>
@@ -141,8 +150,11 @@ const Rejected: React.FC = () => {
return (
- Hey {session ? `${session.user?.name}` : ""}, thank you for submitting
- your application to DeltaHacks XI.
+ Hey{" "}
+
+ {session ? `${session.user?.name}` : ""}
+
+ , thank you for submitting your application to DeltaHacks XI.
We had a lot of amazing applicants this year and were happy to see so
@@ -173,8 +185,11 @@ const Waitlisted: React.FC = () => {
return (
- Hey {session ? `${session.user?.name}` : ""}, thank you for your
- application to participate in our hackathon!
+ Hey{" "}
+
+ {session ? `${session.user?.name}` : ""}
+
+ , thank you for your application to participate in our hackathon!
Due to the high volume of submissions we have received, we are unable to
@@ -303,8 +318,11 @@ const RSVPed: React.FC = () => {
return (
- Hey {session ? `${session.user?.name}` : ""}, looking forward to seeing
- you at the hackathon!
+ Hey{" "}
+
+ {session ? `${session.user?.name}` : ""}
+
+ , looking forward to seeing you at the hackathon!
We are pleased to inform you that your registration for DeltaHacks XI