Commit 9f492c28 authored by Nawasan Wisitsingkhon's avatar Nawasan Wisitsingkhon

rounded in profile image in admin order

parent 18ae5a94
...@@ -130,7 +130,7 @@ export default function Order() { ...@@ -130,7 +130,7 @@ export default function Order() {
console.log(usr); console.log(usr);
if(!usr) return <>ไม่พบข้อมูล</> if(!usr) return <>ไม่พบข้อมูล</>
return <Box sx={{display: "flex",alignItems: "center"}}> return <Box sx={{display: "flex",alignItems: "center"}}>
<img className="object-cover px-1 rounded" width={30} height={30} src={usr.photo} alt="profile image" /> <img className="object-cover px-1 rounded-md" width={30} height={30} src={usr.photo} alt="profile image" />
{usr.name} {usr.name}
</Box> </Box>
})()} })()}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment