Release notes for 7.14

This commit is contained in:
ayumi-signal 2024-06-20 13:20:12 -07:00
parent 46690204c8
commit 64d93c87d8
2 changed files with 5 additions and 16 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.13--0" />,
<I18n i18n={i18n} id="icu:WhatsNew__v7.13--1" />,
],
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.14--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {