stream offline status embed updated (#3684)

This commit is contained in:
Jeet Chawda 2024-04-12 08:27:25 +05:30 committed by GitHub
parent 3cafe0533c
commit 39078babbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,7 +94,7 @@ export const OfflineEmbed: FC<OfflineEmbedProps> = ({
<Spin spinning={loading}>
<div className={styles.content}>
<div className={styles.heading}>This stream is not currently live.</div>
<div className={styles.message}>{subtitle}</div>
<div className={styles.message} dangerouslySetInnerHTML={{ __html: subtitle }}></div>
<div className={styles.pageLogo} style={{ backgroundImage: `url(${image})` }} />
<div className={styles.pageName}>{streamName}</div>