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