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
rename Quotes button to Mentions in post footer
schlage.town
2 months ago
95dc81d1
425f0474
+1
-1
1 changed file
expand all
collapse all
unified
split
app
lish
[did]
[publication]
[rkey]
Interactions
Interactions.tsx
+1
-1
app/lish/[did]/[publication]/[rkey]/Interactions/Interactions.tsx
···
247
247
<QuoteTiny aria-hidden /> {props.quotesCount}{" "}
248
248
<span
249
249
aria-hidden
250
250
-
>{`Quote${props.quotesCount === 1 ? "" : "s"}`}</span>
250
250
+
>{`Mention${props.quotesCount === 1 ? "" : "s"}`}</span>
251
251
</button>
252
252
)}
253
253
{props.showComments === false ? null : (