tangled
alpha
login
or
join now
flo-bit.dev
/
blento
your personal website on atproto - mirror
blento.app
20
fork
atom
overview
issues
pulls
pipelines
fix updated blentos
Florian
3 weeks ago
e7201b21
b901933e
+2
-1
1 changed file
expand all
collapse all
unified
split
src
lib
cards
SpecialCards
UpdatedBlentos
UpdatedBlentosCard.svelte
+2
-1
src/lib/cards/SpecialCards/UpdatedBlentos/UpdatedBlentosCard.svelte
···
25
src={profile.avatar}
26
class="bg-base-200 dark:bg-base-700 accent:bg-accent-300 aspect-square size-28 rounded-full"
27
alt=""
0
28
/>
29
-
<div class="text-md line-clamp-1 text-center font-bold">
30
{profile.displayName || profile.handle}
31
</div>
32
</a>
···
25
src={profile.avatar}
26
class="bg-base-200 dark:bg-base-700 accent:bg-accent-300 aspect-square size-28 rounded-full"
27
alt=""
28
+
loading="lazy"
29
/>
30
+
<div class="text-md line-clamp-1 text-center font-bold max-w-full">
31
{profile.displayName || profile.handle}
32
</div>
33
</a>