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
fixes
awarm.space
3 months ago
8f8e0003
adfeef4f
+2
2 changed files
expand all
collapse all
unified
split
app
lish
[did]
[publication]
[rkey]
BaseTextBlock.tsx
components
ProfilePopover.tsx
+1
app/lish/[did]/[publication]/[rkey]/BaseTextBlock.tsx
···
60
60
} else if (isDidMention) {
61
61
children.push(
62
62
<ProfilePopover
63
63
+
key={counter}
63
64
didOrHandle={isDidMention.did}
64
65
trigger={<span className="mention">{renderedText}</span>}
65
66
/>,
+1
components/ProfilePopover.tsx
···
29
29
return (
30
30
<Tooltip
31
31
className="max-w-sm p-0! text-center"
32
32
+
asChild
32
33
trigger={
33
34
<a
34
35
className="no-underline"