mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
fix(web): fix incorrect image
This commit is contained in:
parent
b2604115a4
commit
46d0be3e6d
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
/>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue