Change tag to self-closing since the linter complains otherwise (#3690)

Co-authored-by: Muaz Ahmad <mahmad2000@protonmail.com>
This commit is contained in:
mahmed2000
2024-04-14 01:51:43 +05:00
committed by GitHub
parent 921f4f9e4c
commit 9c3a4acb16

View File

@@ -96,7 +96,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} dangerouslySetInnerHTML={{ __html: subtitle }}></div>
<div className={styles.message} dangerouslySetInnerHTML={{ __html: subtitle }} />
<div className={styles.pageLogo} style={{ backgroundImage: `url(${image})` }} />
<div className={styles.pageName}>{streamName}</div>