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" + /> + + +
+