mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +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 { I18n } from './I18n.js';
|
||||||
import type { LocalizerType } from '../types/Util.js';
|
import type { LocalizerType } from '../types/Util.js';
|
||||||
import { tw } from '../axo/tw.js';
|
import { tw } from '../axo/tw.js';
|
||||||
|
import { Emojify } from './conversation/Emojify.js';
|
||||||
|
|
||||||
export type PropsType = {
|
export type PropsType = {
|
||||||
hideWhatsNewModal: () => unknown;
|
hideWhatsNewModal: () => unknown;
|
||||||
@@ -47,7 +48,7 @@ export function WhatsNewModal({
|
|||||||
<I18n
|
<I18n
|
||||||
i18n={i18n}
|
i18n={i18n}
|
||||||
id="icu:WhatsNew__7.74"
|
id="icu:WhatsNew__7.74"
|
||||||
components={{ leaflessTreeEmoji: '' }}
|
components={{ leaflessTreeEmoji: <Emojify text="" /> }}
|
||||||
/>,
|
/>,
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user