Release notes for 7.3

This commit is contained in:
ayumi-signal 2024-03-13 13:17:12 -07:00
parent 27b55e472d
commit bd9d4dc821
2 changed files with 10 additions and 5 deletions

View file

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