- If you would like to attend HackIllinois 2024, click Confirm + 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.
@@ -31,24 +49,42 @@ export default function Accepted({ children, reimburse }: Accepted) { {/*User pro accepted to general
; -}; - -export default UserGeneralAcceptedToGeneral; diff --git a/components/RSVPContent/UserProAcceptedToGeneral.tsx b/components/RSVPContent/UserProAcceptedToGeneral.tsx deleted file mode 100644 index 32e219d4..00000000 --- a/components/RSVPContent/UserProAcceptedToGeneral.tsx +++ /dev/null @@ -1,5 +0,0 @@ -const UserProAcceptedToGeneral: React.FC = () => { - returnUser pro accepted to general
; -}; - -export default UserProAcceptedToGeneral; diff --git a/components/RSVPContent/UserProAcceptedToPro.tsx b/components/RSVPContent/UserProAcceptedToPro.tsx deleted file mode 100644 index df80cd11..00000000 --- a/components/RSVPContent/UserProAcceptedToPro.tsx +++ /dev/null @@ -1,5 +0,0 @@ -const UserProAcceptedToPro: React.FC = () => { - returnPro user accepted to pro
; -}; - -export default UserProAcceptedToPro; diff --git a/components/RSVPContent/UserRejected.tsx b/components/RSVPContent/UserRejected.tsx deleted file mode 100644 index c3681de1..00000000 --- a/components/RSVPContent/UserRejected.tsx +++ /dev/null @@ -1,5 +0,0 @@ -const UserRejected: React.FC = () => { - returnUser rejected
; -}; - -export default UserRejected; diff --git a/util/api.ts b/util/api.ts index 88ebc972..ba7c65d3 100644 --- a/util/api.ts +++ b/util/api.ts @@ -59,8 +59,8 @@ export async function requestv2( } export async function getChallenge(): Promise