1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-23 23:09:37 +02:00

feat: Add public/private badge to CollectionCard and fix delete button in NoteCard

This commit is contained in:
Sean Morley 2024-08-04 21:30:11 -04:00
parent 64dec7fe5f
commit 10466f5913
5 changed files with 57 additions and 30 deletions

View file

@ -45,7 +45,7 @@
id="delete_adventure"
data-umami-event="Delete Adventure"
class="btn btn-warning"
on:click={deleteNote}><TrashCan class="w-6 h-6" />Delete</button
on:click={deleteNote}><TrashCan class="w-6 h-6" /></button
>
{/if}
</div>