Fix emojification of release note

This commit is contained in:
trevor-signal
2025-10-07 13:10:38 -04:00
committed by GitHub
parent 911133decd
commit 8b8f9a8f91

View File

@@ -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="🪾" /> }}
/>,
],
};