Release notes

This commit is contained in:
Fedor Indutnyy 2023-07-19 17:36:21 -07:00
parent e2ab1b3444
commit 6f621c22a8
2 changed files with 6 additions and 7 deletions

View file

@ -30,18 +30,17 @@ export function WhatsNewModal({
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
<Intl i18n={i18n} id="icu:WhatsNew__v6.26--0" />,
<Intl
i18n={i18n}
id="icu:WhatsNew__v6.26--1"
id="icu:WhatsNew__v6.27--0"
components={{
linkToGithub: (
<a
href="https://github.com/nrayburn-tech"
href="https://github.com/vijithassar"
target="_blank"
rel="noreferrer"
>
@nrayburn-tech
@vijithassar
</a>
),
}}