Release notes for 7.23

This commit is contained in:
trevor-signal 2024-08-28 15:44:23 -04:00
parent 768ab26a20
commit 780a56f5e3
2 changed files with 12 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: [<I18n i18n={i18n} id="icu:WhatsNew__v7.22--0" />],
features: [
<I18n i18n={i18n} id="icu:WhatsNew__v7.23--0" />,
<I18n i18n={i18n} id="icu:WhatsNew__v7.23--1" />,
],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {