release notes
This commit is contained in:
parent
a0a9c09cdc
commit
a9dea2c7fc
2 changed files with 4 additions and 23 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue