Add page Validate and update ValidationLog
This commit is contained in:
11
src/partials/validationlog/ValidationUsersImg.jsx
Normal file
11
src/partials/validationlog/ValidationUsersImg.jsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from "react";
|
||||
|
||||
function ValidationUsersImg({ image }) {
|
||||
return (
|
||||
<a className="block" href="#0">
|
||||
<img className="rounded-full border-2 border-white box-content" src={image.img} width="28" alt={image.img} height="28"/>
|
||||
</a>
|
||||
);
|
||||
}
|
||||
|
||||
export default ValidationUsersImg
|
||||
Reference in New Issue
Block a user