Remove M1 support from 5.28 release notes

Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2022-01-06 13:58:54 -08:00 committed by GitHub
parent 2a2f8ebf55
commit c53df5a1d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 9 deletions

View File

@ -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: [
<a href="https://github.com/dennisameling/">Dennis Ameling</a>,
],
},
{ key: 'WhatsNew__v5.28--1', components: undefined },
],
features: [{ key: 'WhatsNew__v5.28--1', components: undefined }],
};
export const WhatsNewModal = ({