1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-25 15:59:38 +02:00

Daylight Saving Time fix

This commit is contained in:
Sean Morley 2024-09-16 20:02:17 -04:00
parent f12f9c06e5
commit 0b808401d9
4 changed files with 56 additions and 35 deletions

View file

@ -38,7 +38,7 @@
{checklist.name}
</h2>
</div>
<div class="badge badge-neutral">Checklist</div>
<div class="badge badge-primary">Checklist</div>
{#if checklist.items.length > 0}
<p>{checklist.items.length} {checklist.items.length > 1 ? 'Items' : 'Item'}</p>
{/if}