minor fix

This commit is contained in:
daniel31x13 2024-05-03 10:51:11 -04:00
parent 915d08a315
commit 80ad01a2d0

View File

@ -43,7 +43,7 @@ export default function DeleteUserModal({ onClose, userId }: Props) {
onClick={deleteUser}
>
<i className="bi-trash text-xl" />
Delete, I know what I'm doing
Delete, I know what I&apos;m doing
</button>
</div>
</Modal>