Remove windows edge screenshots as it is no longer valid. See #2731
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
import { Canvas, Meta, Story } from '@storybook/addon-docs';
|
||||
|
||||
<Meta
|
||||
title="owncast/Screenshots/Windows/Edge"
|
||||
parameters={{ chromatic: { disableSnapshot: true } }}
|
||||
/>
|
||||
|
||||
<Story name="Offline">
|
||||
|
||||
<img
|
||||
src="screenshots/windows-10-edge-desktop-default-offline.png"
|
||||
alt="Windows Edge offline"
|
||||
width="100%"
|
||||
/>
|
||||
|
||||
</Story>
|
||||
|
||||
<Story name="Online">
|
||||
|
||||
<img
|
||||
src="screenshots/windows-10-edge-desktop-default-online.png"
|
||||
alt="Windows Edge online"
|
||||
width="100%"
|
||||
/>
|
||||
|
||||
</Story>
|
||||
Reference in New Issue
Block a user