fix(web): fix incorrect image
This commit is contained in:
@@ -61,7 +61,7 @@ export default function VideoEmbed() {
|
||||
<OfflineEmbed
|
||||
streamName={name}
|
||||
subtitle={offlineMessage || summary}
|
||||
image="https://placehold.co/600x400/orange/white"
|
||||
image="/logo"
|
||||
supportsFollows={supportsSocialFollow}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user