Update release notes

This commit is contained in:
Jamie Kyle
2026-01-07 15:09:29 -08:00
parent 3a2dafd2b3
commit 6c491e87ec

View File

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