fix(web): fix incorrect image

This commit is contained in:
Gabe Kangas
2024-03-05 22:31:03 -08:00
parent b2604115a4
commit 46d0be3e6d

View File

@@ -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}
/> />
); );