diff --git a/src/views/portal/hacker/QRCode/index.tsx b/src/views/portal/hacker/QRCode/index.tsx index 5af87e2..87c7778 100644 --- a/src/views/portal/hacker/QRCode/index.tsx +++ b/src/views/portal/hacker/QRCode/index.tsx @@ -8,26 +8,29 @@ const QRCodeHacker = () => { } = useAuth() return ( -
-
-
-

Check-In QR Code

-

- Present this QR code to a CruzHacks Organizer to check-in to the event. -

-
+
+
+
+

+ Check-In QR Code +

+

+ Present this QR code to a CruzHacks Organizer to check-in to the + event. +

+
-
- {user ? ( - - ) : ( - // SHOULD NEVER HAPPEN -

No User

- )} +
+
+ {user ? ( + + ) : ( + // SHOULD NEVER HAPPEN +

No User

+ )}
+
) }