Release notes for 7.6

This commit is contained in:
ayumi-signal 2024-04-16 14:05:39 -07:00
parent 3f074a7737
commit 58deb6b902
2 changed files with 1 additions and 17 deletions

View file

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