release notes
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user