Release notes for 7.35

This commit is contained in:
ayumi-signal 2024-11-20 11:05:46 -08:00
parent 495eca4e78
commit b9918e370a
2 changed files with 5 additions and 9 deletions

View file

@ -42,11 +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.34--0" />,
<I18n i18n={i18n} id="icu:WhatsNew__v7.34--1" />,
<I18n i18n={i18n} id="icu:WhatsNew__v7.34--2" />,
],
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.35--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {