release notes

This commit is contained in:
Yash
2025-11-19 18:06:58 -06:00
parent 4fa2cae3de
commit 21f7163472
2 changed files with 5 additions and 1 deletions

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.80-1" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__7.81-1" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {