mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-17 23:34:14 +01:00
release notes
This commit is contained in:
@@ -34,14 +34,6 @@ export function ExternalLink(props: {
|
||||
);
|
||||
}
|
||||
|
||||
function DGrothePhD() {
|
||||
return (
|
||||
<ExternalLink href="https://github.com/DGrothe-PhD">
|
||||
@DGrothe-PhD
|
||||
</ExternalLink>
|
||||
);
|
||||
}
|
||||
|
||||
export function WhatsNewModal({
|
||||
i18n,
|
||||
hideWhatsNewModal,
|
||||
@@ -51,16 +43,7 @@ export function WhatsNewModal({
|
||||
const releaseNotes: ReleaseNotesType = {
|
||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [
|
||||
<I18n
|
||||
i18n={i18n}
|
||||
id="icu:WhatsNew__7.89--0"
|
||||
components={{
|
||||
DGrothePhD,
|
||||
}}
|
||||
/>,
|
||||
<I18n i18n={i18n} id="icu:WhatsNew__7.89--1" />,
|
||||
],
|
||||
features: [<I18n i18n={i18n} id="icu:WhatsNew__7.90--0" />],
|
||||
};
|
||||
|
||||
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
||||
|
||||
Reference in New Issue
Block a user