release notes

This commit is contained in:
Jamie Kyle 2023-07-31 12:49:32 -07:00
parent a0a9c09cdc
commit a9dea2c7fc
2 changed files with 4 additions and 23 deletions

View file

@ -29,23 +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.27--0"
components={{
linkToGithub: (
<a
href="https://github.com/vijithassar"
target="_blank"
rel="noreferrer"
>
@vijithassar
</a>
),
}}
/>,
],
features: [<Intl i18n={i18n} id="icu:WhatsNew__v6.28--0" />],
};
if (releaseNotes.features.length === 1) {