Release notes for 6.24
This commit is contained in:
parent
5924f2eb49
commit
08db8b2aa5
2 changed files with 4 additions and 34 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue