a tool for shared writing and social publishing

rename Quotes button to Mentions in post footer

+1 -1
+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 - >{`Quote${props.quotesCount === 1 ? "" : "s"}`}</span> 250 + >{`Mention${props.quotesCount === 1 ? "" : "s"}`}</span> 251 251 </button> 252 252 )} 253 253 {props.showComments === false ? null : (