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