fix: set inline style height and width for pictures

This commit is contained in:
Stevan Freeborn
2023-09-16 23:49:45 -05:00
parent 9ed896b9f2
commit e316ce9936
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ export default function Reply({ post }: { post: PostWithUserDto }) {
<div>
<Link href={`/profile/${post.user.clerkUserId}`}>
<Image
style={{ height: '40px', width: '40px' }}
alt="user profile image"
src={post.user.clerkImageUrl}
width={40}