fix(dearrow): remove > from DeArrow titles (#1999)

main
Ajay Ramachandran 11 months ago committed by GitHub
parent fd9c675942
commit 6ee50d30f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -60,7 +60,7 @@ async function embedDidMount(this: Component<Props>) {
if (hasTitle) {
embed.dearrow.oldTitle = embed.rawTitle;
embed.rawTitle = titles[0].title;
embed.rawTitle = titles[0].title.replace(/ >(\S)/g, " $1");
}
if (hasThumb) {

Loading…
Cancel
Save