From 6dc959429dfd6a9ea62da6971e3d684857ace73e Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Thu, 29 Jan 2026 10:11:18 +0300 Subject: [PATCH] Add pink ring to story avatars and enlarge icon --- apps/web/src/pages/home/stories/Stories.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/web/src/pages/home/stories/Stories.tsx b/apps/web/src/pages/home/stories/Stories.tsx index 31165101..3f361d91 100644 --- a/apps/web/src/pages/home/stories/Stories.tsx +++ b/apps/web/src/pages/home/stories/Stories.tsx @@ -348,8 +348,10 @@ function Stories() { )} {item.avatar?.endsWith("/@jpeg") && ( -
- +
+
+ +
)}