diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index e33eeb129..e045e3119 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -29,15 +29,7 @@ const renderText: RenderTextCallbackType = ({ key, text }) => ( const releaseNotes: ReleaseNotesType = { date: new Date(window.getBuildCreation?.() || Date.now()), version: window.getVersion?.(), - features: [ - { - key: 'WhatsNew__macos-m1', - components: [ - Dennis Ameling, - ], - }, - { key: 'WhatsNew__v5.28--1', components: undefined }, - ], + features: [{ key: 'WhatsNew__v5.28--1', components: undefined }], }; export const WhatsNewModal = ({