Update todo message

pull/1/head
I Made Setia Baruna 2021-01-09 00:41:23 +08:00
parent a5f6e54419
commit 1a8063f6fe
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@
<Button size="md" on:click={toggleTodayOnly}>Show {todayOnly ? 'All Day' : 'Today Only'}</Button>
</div>
{:else}
<p class="font-bold text-xl">Nothing to do yet 😀<br />Add some here or from the Calculator!</p>
<p class="font-bold text-xl">Nothing to do yet 😀<br />Add some from the Items page or the Calculator!</p>
{/if}
<table class="w-full">
{#each Object.entries(summary) as [id, amount], i}