mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-26 00:17:06 +01:00
Update todo message
This commit is contained in:
parent
a5f6e54419
commit
1a8063f6fe
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@
|
||||||
<Button size="md" on:click={toggleTodayOnly}>Show {todayOnly ? 'All Day' : 'Today Only'}</Button>
|
<Button size="md" on:click={toggleTodayOnly}>Show {todayOnly ? 'All Day' : 'Today Only'}</Button>
|
||||||
</div>
|
</div>
|
||||||
{:else}
|
{: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}
|
{/if}
|
||||||
<table class="w-full">
|
<table class="w-full">
|
||||||
{#each Object.entries(summary) as [id, amount], i}
|
{#each Object.entries(summary) as [id, amount], i}
|
||||||
|
|
Loading…
Add table
Reference in a new issue