We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d9bf1 commit c89a28fCopy full SHA for c89a28f
apps/website/app/[locale]/blog/[slug]/page.tsx
@@ -221,18 +221,16 @@ export default async function BlogPostPage({ params }: Props) {
221
rel="noopener noreferrer"
222
className="block cursor-pointer transition-opacity hover:opacity-90"
223
>
224
- <Image
+ <img
225
src={post.primary_author.profile_image}
226
alt={post.primary_author.name}
227
- fill
228
className="object-cover"
229
/>
230
</a>
231
) : (
232
233
234
235
236
237
238
)}
0 commit comments