fix: set inline style height and width for pictures

This commit is contained in:
Stevan Freeborn
2023-09-16 23:51:03 -05:00
parent e316ce9936
commit 6b7af33b41
+1
View File
@@ -78,6 +78,7 @@ export default function DisplayPost({
<div className="flex w-full h-80 gap-4">
<div>
<Image
style={{ height: '40px', width: '40px' }}
alt="user profile image"
src={user.user.imageUrl}
width={40}