A decentralized music tracking and discovery platform built on AT Protocol 🎵

Add pink ring to story avatars and enlarge icon

+4 -2
+4 -2
apps/web/src/pages/home/stories/Stories.tsx
··· 348 348 <Story src={item.avatar} /> 349 349 )} 350 350 {item.avatar?.endsWith("/@jpeg") && ( 351 - <div className="w-[64px] h-[64px] rounded-full bg-[var(--color-avatar-background)] flex items-center justify-center mr-[12px]"> 352 - <IconUser size={24} color="#fff" /> 351 + <div className="w-[64px] h-[64px] rounded-full border-2 border-[rgb(255,40,118)] p-[2px]"> 352 + <div className="w-[64px] h-[64px] rounded-full bg-[var(--color-avatar-background)] flex items-center justify-center mr-[12px]"> 353 + <IconUser size={32} color="#fff" /> 354 + </div> 353 355 </div> 354 356 )} 355 357 <StatefulTooltip