Remove M1 support from 5.28 release notes
This commit is contained in:
parent
fa89d77313
commit
b7c2e6d3e8
1 changed files with 1 additions and 9 deletions
|
@ -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 = ({
|
||||
|
|
Loading…
Reference in a new issue