Remove random image

This commit is contained in:
Gabe Kangas
2022-05-27 20:37:54 -07:00
parent 680cfc977a
commit ce9d403269

View File

@@ -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',
};