fix: set inline style height and width for pictures
This commit is contained in:
@@ -78,6 +78,7 @@ export default function DisplayPost({
|
|||||||
<div className="flex w-full h-80 gap-4">
|
<div className="flex w-full h-80 gap-4">
|
||||||
<div>
|
<div>
|
||||||
<Image
|
<Image
|
||||||
|
style={{ height: '40px', width: '40px' }}
|
||||||
alt="user profile image"
|
alt="user profile image"
|
||||||
src={user.user.imageUrl}
|
src={user.user.imageUrl}
|
||||||
width={40}
|
width={40}
|
||||||
|
|||||||
Reference in New Issue
Block a user