tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
29
pulls
pipelines
removed border around logo i just added
cozylittle.house
8 months ago
ef1eb62b
3491fec7
+1
-1
1 changed file
expand all
collapse all
unified
split
app
lish
[did]
[publication]
[rkey]
page.tsx
+1
-1
app/lish/[did]/[publication]/[rkey]/page.tsx
···
127
127
>
128
128
{pubRecord.icon && (
129
129
<div
130
130
-
className="pubDashLogo shrink-0 w-5 h-5 rounded-full border border-bg-page "
130
130
+
className="pubDashLogo shrink-0 w-5 h-5 rounded-full border-bg-page "
131
131
style={{
132
132
backgroundImage: `url(/api/atproto_images?did=${document.documents_in_publications[0].publications.identity_did}&cid=${(pubRecord.icon.ref as unknown as { $link: string })["$link"]})`,
133
133
backgroundRepeat: "no-repeat",