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
remove trailing footnote button in published view
awarm.space
6 days ago
00bb6594
d5eef5b3
-10
1 changed file
expand all
collapse all
unified
split
app
lish
[did]
[publication]
[rkey]
Footnotes
PublishedFootnotes.tsx
-10
app/lish/[did]/[publication]/[rkey]/Footnotes/PublishedFootnotes.tsx
···
95
95
index={fn.index}
96
96
indexHref={`#fnref-${fn.footnoteId}`}
97
97
id={`fn-${fn.footnoteId}`}
98
98
-
trailing={
99
99
-
<a
100
100
-
href={`#fnref-${fn.footnoteId}`}
101
101
-
className="text-accent-contrast shrink-0 mt-0.5 text-xs no-underline hover:underline"
102
102
-
title="Back to text"
103
103
-
aria-label={`Back to footnote ${fn.index} in text`}
104
104
-
>
105
105
-
↩
106
106
-
</a>
107
107
-
}
108
98
>
109
99
{fn.contentPlaintext ? (
110
100
<TextBlockCore