fix(web): fix incorrect image

This commit is contained in:
Gabe Kangas 2024-03-05 22:31:03 -08:00
parent b2604115a4
commit 46d0be3e6d
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

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