diff --git a/src/routes/event/[id=eventID]/components/registration.svelte b/src/routes/event/[id=eventID]/components/registration.svelte index 3aeec73..51c5835 100644 --- a/src/routes/event/[id=eventID]/components/registration.svelte +++ b/src/routes/event/[id=eventID]/components/registration.svelte @@ -3,7 +3,7 @@ import { EventsAPI, type BallotResponseData, type EventResponseData } from '$lib/api/events'; import { getStorageContext } from '$lib/storage/storage'; import QRCode from '@castlenine/svelte-qrcode'; - import { Button, Heading } from 'flowbite-svelte'; + import { Button, Heading, P } from 'flowbite-svelte'; import { ClipboardCheckOutline, ClipboardCleanOutline } from 'flowbite-svelte-icons'; const { @@ -42,7 +42,13 @@
+ Share the QR-code with voters to allow them to register. Atleast 2 voters have to be registered + to begin voting. + If you begin voting, users will no longer be able to register. +