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
27
pulls
pipelines
fallback ot handle on post page if no display name
awarm.space
9 months ago
c8b77aa5
f0ae53aa
+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
···
94
94
className="text-tertiary"
95
95
href={`https://bsky.app/profile/${profile.handle}`}
96
96
>
97
97
-
by {profile.displayName}
97
97
+
by {profile.displayName || profile.handle}
98
98
</a>
99
99
</>
100
100
) : null}