added span tag to text (#3789)

Co-authored-by: Begench <forgithubtobegench@gmail.com>
Co-authored-by: Begench <93909709+begench-g@users.noreply.github.com>
This commit is contained in:
Bruno 2024-06-26 10:42:22 +05:00 committed by GitHub
parent 6b7e686707
commit d10aa36317
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -182,8 +182,12 @@ export const BrowserNotifyModal = () => {
<Spin spinning={browserPushPermissionsPending}>
<Row className={styles.description}>
Get notified right in the browser each time this stream goes live.
<a href="https://owncast.online/docs/notifications/#browser-notifications">Learn more</a>
&nbsp; about Owncast browser notifications.
<span>
<a href="https://owncast.online/docs/notifications/#browser-notifications">
Learn more
</a>
&nbsp; about Owncast browser notifications.
</span>
</Row>
<Row>{error}</Row>
<PermissionPopupPreview start={() => startBrowserPushRegistration()} />