Remove random image

This commit is contained in:
Gabe Kangas 2022-05-27 20:37:54 -07:00
parent 680cfc977a
commit ce9d403269
No known key found for this signature in database
GPG key ID: 9A56337728BC81EA

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