diff --git a/src/routes/dashboard/+page.svelte b/src/routes/dashboard/+page.svelte index 520af7d..ea58b8b 100644 --- a/src/routes/dashboard/+page.svelte +++ b/src/routes/dashboard/+page.svelte @@ -108,7 +108,9 @@

Contacts to set up a play date:

@@ -163,7 +165,9 @@ >{households[householdId].name} ({households[householdId].kids.join(', ')}) {#each households[householdId].parents as contact} -

{contact.name} - {contact.phone}

+

+ {contact.name} - {contact.phone} +

{/each} {#if !scheds.length} @@ -254,6 +258,10 @@ color: #001430; font-size: large; } + .phone-num { + text-decoration: underline; + color: #001430; + } .parent { font-size: large; margin: 0.4rem 0;