a tool for shared writing and social publishing

remove trailing footnote button in published view

-10
-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 - 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 98 > 109 99 {fn.contentPlaintext ? ( 110 100 <TextBlockCore