mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-12-22 14:35:38 +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>
|
||||
</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}
|
||||
|
|
Loading…
Reference in a new issue