From 8b8f9a8f91c8d6029344b9aa44f7e7e753da8b40 Mon Sep 17 00:00:00 2001 From: trevor-signal <131492920+trevor-signal@users.noreply.github.com> Date: Tue, 7 Oct 2025 13:10:38 -0400 Subject: [PATCH] Fix emojification of release note --- ts/components/WhatsNewModal.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 8c26bfa3d7..8fbe521299 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -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({ }} />, ], };