tangled
alpha
login
or
join now
t1c.dev
/
rocksky
forked from
rocksky.app/rocksky
2
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
2
fork
atom
overview
issues
pulls
pipelines
Add pink ring to story avatars and enlarge icon
tsiry-sandratraina.com
1 month ago
6dc95942
9e2d62bc
+4
-2
1 changed file
expand all
collapse all
unified
split
apps
web
src
pages
home
stories
Stories.tsx
+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
351
-
<div className="w-[64px] h-[64px] rounded-full bg-[var(--color-avatar-background)] flex items-center justify-center mr-[12px]">
352
352
-
<IconUser size={24} color="#fff" />
351
351
+
<div className="w-[64px] h-[64px] rounded-full border-2 border-[rgb(255,40,118)] p-[2px]">
352
352
+
<div className="w-[64px] h-[64px] rounded-full bg-[var(--color-avatar-background)] flex items-center justify-center mr-[12px]">
353
353
+
<IconUser size={32} color="#fff" />
354
354
+
</div>
353
355
</div>
354
356
)}
355
357
<StatefulTooltip