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}>
|
||||
<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>
|
||||
about Owncast browser notifications.
|
||||
<span>
|
||||
<a href="https://owncast.online/docs/notifications/#browser-notifications">
|
||||
Learn more
|
||||
</a>
|
||||
about Owncast browser notifications.
|
||||
</span>
|
||||
</Row>
|
||||
<Row>{error}</Row>
|
||||
<PermissionPopupPreview start={() => startBrowserPushRegistration()} />
|
||||
|
||||
Reference in New Issue
Block a user