diff --git a/ts/components/conversation/Quote.tsx b/ts/components/conversation/Quote.tsx index 316546804..3e541f7ce 100644 --- a/ts/components/conversation/Quote.tsx +++ b/ts/components/conversation/Quote.tsx @@ -171,7 +171,7 @@ export class Quote extends React.Component { // We need the container to give us the flexibility to implement the iOS design. return (
-
+
); } diff --git a/ts/styleguide/StyleGuideUtil.ts b/ts/styleguide/StyleGuideUtil.ts index 83ad6c7b7..35149e196 100644 --- a/ts/styleguide/StyleGuideUtil.ts +++ b/ts/styleguide/StyleGuideUtil.ts @@ -211,6 +211,6 @@ parent.emoji.signalReplace = (html: string): string => { return html.replace( /🔥/g, '' + 'class="emoji" data-codepoints="1f525" title=":fire:">', ); };