minor fix
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user