minor fix
This commit is contained in:
parent
915d08a315
commit
80ad01a2d0
|
@ -43,7 +43,7 @@ export default function DeleteUserModal({ onClose, userId }: Props) {
|
||||||
onClick={deleteUser}
|
onClick={deleteUser}
|
||||||
>
|
>
|
||||||
<i className="bi-trash text-xl" />
|
<i className="bi-trash text-xl" />
|
||||||
Delete, I know what I'm doing
|
Delete, I know what I'm doing
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
Ŝarĝante…
Reference in New Issue