release notes

This commit is contained in:
Yash 2025-07-16 17:56:00 -05:00
parent e17bcb2409
commit 72992201e0

View file

@ -42,7 +42,7 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.62--0" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__bugfixes" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {