diff --git a/src/components/Modal.svelte b/src/components/Modal.svelte
index cac1588..7f496b2 100644
--- a/src/components/Modal.svelte
+++ b/src/components/Modal.svelte
@@ -1,79 +1,30 @@
+
-
+
-
Enter Your Name
-
Try clicking on someone's card...
-
- {
- if (event.key === 'Enter') {
- event.preventDefault();
- handleSubmit();
- }
- }}
- />
-
-
-
-
-
-
-
-
-
+
{heading}
+
{body}
-
diff --git a/src/routes/estimation/[roomId]/+page.svelte b/src/routes/estimation/[roomId]/+page.svelte
index 175a262..544a0fa 100644
--- a/src/routes/estimation/[roomId]/+page.svelte
+++ b/src/routes/estimation/[roomId]/+page.svelte
@@ -1,5 +1,10 @@
{#if showModal}
-
+
{/if}
{/if}
+{#if showLackOfUnderstandingMessage}
+
+{/if}
+
{#if showTooltip && newChanges.length > 0}