Release notes for 6.24

This commit is contained in:
trevor-signal 2023-06-28 16:32:14 -04:00
parent 5924f2eb49
commit 08db8b2aa5
2 changed files with 4 additions and 34 deletions

View file

@ -29,24 +29,7 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
<Intl
i18n={i18n}
id="icu:WhatsNew__v6.23--1"
components={{
d108: (
<a href="https://www.github.com/d108" rel="noreferrer">
@d108
</a>
),
hackerbirds: (
<a href="https://www.github.com/hackerbirds" rel="noreferrer">
@hackerbirds
</a>
),
}}
/>,
],
features: [<Intl i18n={i18n} id="icu:WhatsNew__v6.24--0" />],
};
if (releaseNotes.features.length === 1) {