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
28
pulls
pipelines
remove trailing footnote button in published view
awarm.space
1 week 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
index={fn.index}
96
indexHref={`#fnref-${fn.footnoteId}`}
97
id={`fn-${fn.footnoteId}`}
98
-
trailing={
99
-
<a
100
-
href={`#fnref-${fn.footnoteId}`}
101
-
className="text-accent-contrast shrink-0 mt-0.5 text-xs no-underline hover:underline"
102
-
title="Back to text"
103
-
aria-label={`Back to footnote ${fn.index} in text`}
104
-
>
105
-
↩
106
-
</a>
107
-
}
108
>
109
{fn.contentPlaintext ? (
110
<TextBlockCore
···
95
index={fn.index}
96
indexHref={`#fnref-${fn.footnoteId}`}
97
id={`fn-${fn.footnoteId}`}
0
0
0
0
0
0
0
0
0
0
98
>
99
{fn.contentPlaintext ? (
100
<TextBlockCore