mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Fix emojification of release note
This commit is contained in:
@@ -9,6 +9,7 @@ import { Modal } from './Modal.js';
|
||||
import { I18n } from './I18n.js';
|
||||
import type { LocalizerType } from '../types/Util.js';
|
||||
import { tw } from '../axo/tw.js';
|
||||
import { Emojify } from './conversation/Emojify.js';
|
||||
|
||||
export type PropsType = {
|
||||
hideWhatsNewModal: () => unknown;
|
||||
@@ -47,7 +48,7 @@ export function WhatsNewModal({
|
||||
<I18n
|
||||
i18n={i18n}
|
||||
id="icu:WhatsNew__7.74"
|
||||
components={{ leaflessTreeEmoji: '' }}
|
||||
components={{ leaflessTreeEmoji: <Emojify text="" /> }}
|
||||
/>,
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user