Release notes for 7.24

This commit is contained in:
ayumi-signal 2024-09-04 11:15:21 -07:00
parent 6d16c80d25
commit 97dba327db
2 changed files with 7 additions and 10 deletions

View file

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