Browse Source

Remove random image

pull/2032/head
Gabe Kangas 3 years ago
parent
commit
ce9d403269
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 5
      web/stories/PageLogo.stories.tsx

5
web/stories/PageLogo.stories.tsx

@ -21,8 +21,3 @@ export const DemoServer = Template.bind({}); @@ -21,8 +21,3 @@ export const DemoServer = Template.bind({});
DemoServer.args = {
src: 'https://watch.owncast.online/logo',
};
export const RandomImage = Template.bind({});
RandomImage.args = {
src: 'https://picsum.photos/600/500',
};

Loading…
Cancel
Save