This commit is contained in:
Timothy Jaeryang Baek 2025-11-23 16:47:21 -05:00
parent 288947a648
commit 14baf6955d

View file

@ -100,6 +100,7 @@
<div class="flex-1"> <div class="flex-1">
<button <button
class="text-xs bg-transparent hover:underline cursor-pointer" class="text-xs bg-transparent hover:underline cursor-pointer"
type="button"
on:click={() => onDelete()} on:click={() => onDelete()}
> >
{$i18n.t('Delete')} {$i18n.t('Delete')}