release notes for 7.41

This commit is contained in:
Yash 2025-01-29 14:09:44 -06:00
commit 73682eb4e2
2 changed files with 1 additions and 7 deletions

View file

@ -39,12 +39,10 @@ export function WhatsNewModal({
}: PropsType): JSX.Element {
let contentNode: ReactNode;
// Use later: icu:WhatsNew__v7.40--1
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.40--0" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.40--1" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {