1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-10 18:06:22 +00:00

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

This commit is contained in:
Ajay Ramachandran 2023-12-06 18:26:08 -05:00 committed by Luna
parent 4adc810f76
commit 657806de91

View file

@ -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) {