Skip to content

Commit

Permalink
Trash icon
Browse files Browse the repository at this point in the history
  • Loading branch information
prokawsar committed Jul 26, 2024
1 parent 49b4aef commit fe1a5ea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/routes/(app)/history/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,13 @@
<p class="text-center text-gray-500">No history yet</p>
{/if}

<a href="/history/trash" class="py-1 w-full text-center border rounded">History Trash</a>
<a
href="/history/trash"
class="py-1 flex items-center justify-center gap-1 w-full text-center border rounded text-gray-600"
>
<Icon icon="ph:trash-light" width="16px" />
History Trash</a
>
{:else}
<div class="fixed flex h-[70%] w-[90%] items-center justify-center">
<Loader />
Expand Down

0 comments on commit fe1a5ea

Please sign in to comment.