From c53df5a1d5ee5535eb80c783b820a0ae40f4ddb5 Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Thu, 6 Jan 2022 13:58:54 -0800 Subject: [PATCH] Remove M1 support from 5.28 release notes Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> --- ts/components/WhatsNewModal.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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 = ({