Merge remote-tracking branch 'soapbox/develop' into events-
This commit is contained in:
@ -11,7 +11,7 @@ export const addGreentext = (html: string): string => {
|
||||
.replace(/@\w+/gi, '') // remove mentions (even failed ones)
|
||||
.trim()
|
||||
.startsWith('>')) {
|
||||
return `<span class='greentext'>${string}</span>`;
|
||||
return `<span class='text-greentext'>${string}</span>`;
|
||||
} else {
|
||||
return string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user