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

@@ -39,7 +39,7 @@
{note.name}
</h2>
</div>
<div class="badge badge-neutral">Note</div>
<div class="badge badge-primary">Note</div>
{#if note.links && note.links.length > 0}
<p>{note.links.length} {note.links.length > 1 ? 'Links' : 'Link'}</p>
{/if}