diff --git a/src/routes/private/home/+page.svelte b/src/routes/private/home/+page.svelte index c6a5feb..e36b5e3 100644 --- a/src/routes/private/home/+page.svelte +++ b/src/routes/private/home/+page.svelte @@ -2,75 +2,72 @@ let { data } = $props(); -
{data.user?.email}
-{data.user?.email}
- To scan a QR code, head over to Scanner in the top right corner. Click - on "Start Scanning" and allow camera permissions. If your camera gets stuck, simply - refresh the page or click "Stop Scanning" and then "Start Scanning" again. When you scan - a QR code, the participant's ticket is automatically marked as scanned. -
-- As an Events Manager, you have access to the Events section. Here you - can create new events, manage participants by syncing with Google Sheets, send email - invitations with QR codes, and view event statistics. -
-+ To scan a QR code, head over to Scanner in the top right corner. Click on "Start + Scanning" and allow camera permissions. If your camera gets stuck, simply refresh the page or + click "Stop Scanning" and then "Start Scanning" again. When you scan a QR code, the participant's + ticket is automatically marked as scanned. +
++ As an Events Manager, you have access to the Events section. Here you can + create new events, manage participants by syncing with Google Sheets, send email invitations + with QR codes, and view event statistics. +
+