Remove M1 support from 5.28 release notes

This commit is contained in:
Evan Hahn 2022-01-06 13:24:46 -06:00 committed by GitHub
parent fa89d77313
commit b7c2e6d3e8
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 = ({