diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 41a7abe..4e597b6 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -31,9 +31,8 @@ goto(`/estimation/${roomId}`); } } - function onMessageReceived(message) { - - } + + function onMessageReceived(message) {} onMount(() => { socket = connectToWebSocket(null, onMessageReceived); @@ -48,7 +47,8 @@

- Simply start a room and share the URL to everyone else who needs to join the estimation session. + Simply choose a card set, start a room and share the URL to everyone else who needs to join the + estimation session.