diff --git a/src/app/notifications/page.tsx b/src/app/notifications/page.tsx
index 99483a2..d88ac6c 100644
--- a/src/app/notifications/page.tsx
+++ b/src/app/notifications/page.tsx
@@ -255,19 +255,23 @@ function NotificationItem({
{postPreview?.imageUrl && (
// eslint-disable-next-line @next/next/no-img-element
@@ -275,9 +279,9 @@ function NotificationItem({
src={postPreview.imageUrl}
alt={postPreview.imageAlt}
style={{
- width: 52,
- height: 52,
- borderRadius: '6px',
+ width: 48,
+ height: 48,
+ borderRadius: '7px',
objectFit: 'cover',
flexShrink: 0,
}}
@@ -285,6 +289,7 @@ function NotificationItem({
)}