mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
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:
parent
6b7e686707
commit
d10aa36317
1 changed files with 6 additions and 2 deletions
|
@ -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()} />
|
||||
|
|
Loading…
Reference in a new issue