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 bd5d997 commit 0dcea85Copy full SHA for 0dcea85
apps/frontend/components/BlogImageRenderer.tsx
@@ -152,7 +152,7 @@ export function BlogImageRenderer({
152
key={`image-${imageIndex}`}
153
src={imageInfo.src}
154
alt={imageInfo.alt}
155
- className={imageInfo.className}
+ className={`rounded-lg ${imageInfo.className}`}
156
width={
157
imageInfo.width ? parseInt(imageInfo.width) : undefined
158
}
@@ -209,7 +209,7 @@ export function BlogImageRenderer({
209
210
211
212
213
width={imageInfo.width ? parseInt(imageInfo.width) : undefined}
214
height={
215
imageInfo.height ? parseInt(imageInfo.height) : undefined
apps/frontend/public/favicon.ico
4.19 KB
0 commit comments