diff --git a/src/routes/todo.svelte b/src/routes/todo.svelte index 6e26061e..24493cfb 100644 --- a/src/routes/todo.svelte +++ b/src/routes/todo.svelte @@ -124,7 +124,7 @@ {:else} -

Nothing to do yet 😀
Add some here or from the Calculator!

+

Nothing to do yet 😀
Add some from the Items page or the Calculator!

{/if} {#each Object.entries(summary) as [id, amount], i}