Apply suggestions from code review

Co-authored-by: Yash Singh <saiansh2525@gmail.com>
This commit is contained in:
Sidharth Vinod
2021-09-17 19:46:28 +05:30
committed by GitHub
co-authored by Yash Singh
parent 2868870065
commit 30651c41de
+2 -2
View File
@@ -122,10 +122,10 @@
</div>
<div class="flex gap-2 content-center">
<button class="btn btn-success" on:click={() => restoreHistory(state)}
><i class="fas fa-undo mr-1" /> Restore</button>
><i class="fas fa-undo mr-1" />Restore</button>
{#if type !== 'loader'}
<button class="btn btn-error" on:click={() => clearHistory(time)}
><i class="fas fa-trash-alt mr-1" /> Delete</button>
><i class="fas fa-trash-alt mr-1" />Delete</button>
{/if}
</div>
</div>