Experiment with using image component for logo. Closes #2019

This commit is contained in:
Gabe Kangas
2022-08-09 14:38:23 -07:00
parent d12f25f556
commit 9187a7a435
3 changed files with 7 additions and 4 deletions

View File

@@ -21,3 +21,8 @@ export const DemoServer = Template.bind({});
DemoServer.args = {
src: 'https://watch.owncast.online/logo',
};
export const NotSquare = Template.bind({});
NotSquare.args = {
src: 'https://via.placeholder.com/150x325/FF0000/FFFFFF?text=Rectangle',
};