Release notes for 7.4

This commit is contained in:
Scott Nonnenberg 2024-03-20 17:43:49 -07:00
parent 79ed74f7b8
commit e0ebe4785e
2 changed files with 4 additions and 7 deletions

View file

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