From c0c799929017c74238eac201f837753f20ece714 Mon Sep 17 00:00:00 2001 From: Kevin Monisit Date: Sat, 1 Feb 2025 09:35:47 -0500 Subject: [PATCH] Moved QR code up --- app/dashboard/page.tsx | 127 +++++++++++++++++++++-------------------- 1 file changed, 64 insertions(+), 63 deletions(-) diff --git a/app/dashboard/page.tsx b/app/dashboard/page.tsx index 5ebd5af..a618648 100644 --- a/app/dashboard/page.tsx +++ b/app/dashboard/page.tsx @@ -515,6 +515,23 @@ export default function Dashboard() { handleChangingFile={handleChangingFile} onWaiverSubmit={onWaiverSubmit} /> + + +
+
+ {`QR Code - Shirt Size ${userData?.shirt_size}`} + + Use this QR code to check-in or scan-in for events! + +
+
+
+ +
+ +
+
+
{/*Getting ride of house info as well */} {userData?.registration_status === 'checked_in' && false && ( @@ -533,53 +550,53 @@ export default function Dashboard() { )} - { userData?.transportation_method == null && ( + {userData?.transportation_method == null && ( - - - How did you get to hackRU? - - - - - - - - ) + + + How did you get to hackRU? + + + + + + + + ) } {pointsData && userData.registration_status == 'checked_in' && ( @@ -710,23 +727,7 @@ export default function Dashboard() { )} - - -
-
- {`QR Code - Shirt Size ${userData?.shirt_size}`} - - Use this QR code to check-in or scan-in for events! - -
-
-
- -
- -
-
-
+