Pushing new delete icon

This commit is contained in:
aruhani
2025-04-20 23:46:22 -06:00
parent 3c7a1a876a
commit 7670bb2b99

View File

@@ -105,7 +105,7 @@ const Transactions = () => {
e.preventDefault(); e.preventDefault();
deleteTransaction(tx.id); deleteTransaction(tx.id);
}} }}
className="absolute top-2 right-2 text-red-500 hover:text-red-600 z-10" className="absolute bottom-2 right-2 text-red-500 hover:text-red-600 z-10"
> >
<Trash2 size={20} /> <Trash2 size={20} />
</button> </button>