mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-23 06:49:37 +02:00
warning button
This commit is contained in:
parent
9e78a1bc4f
commit
58cb6baab0
1 changed files with 2 additions and 2 deletions
|
@ -164,7 +164,7 @@
|
||||||
<button class="btn btn-primary" on:click={editAdventure}>
|
<button class="btn btn-primary" on:click={editAdventure}>
|
||||||
<FileDocumentEdit class="w-6 h-6" />
|
<FileDocumentEdit class="w-6 h-6" />
|
||||||
</button>
|
</button>
|
||||||
<button class="btn btn-secondary" on:click={deleteAdventure}
|
<button class="btn btn-warning" on:click={deleteAdventure}
|
||||||
><TrashCan class="w-6 h-6" /></button
|
><TrashCan class="w-6 h-6" /></button
|
||||||
>
|
>
|
||||||
{/if}
|
{/if}
|
||||||
|
@ -175,7 +175,7 @@
|
||||||
<button class="btn btn-primary" on:click={editAdventure}>
|
<button class="btn btn-primary" on:click={editAdventure}>
|
||||||
<FileDocumentEdit class="w-6 h-6" />
|
<FileDocumentEdit class="w-6 h-6" />
|
||||||
</button>
|
</button>
|
||||||
<button class="btn btn-secondary" on:click={deleteAdventure}
|
<button class="btn btn-warning" on:click={deleteAdventure}
|
||||||
><TrashCan class="w-6 h-6" /></button
|
><TrashCan class="w-6 h-6" /></button
|
||||||
>
|
>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue