From 1a8063f6fe4839c0062ac078da659bbf6b880f27 Mon Sep 17 00:00:00 2001 From: I Made Setia Baruna Date: Sat, 9 Jan 2021 00:41:23 +0800 Subject: [PATCH] Update todo message --- src/routes/todo.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}