Browse Source

Add link. Closes #1878

pull/1886/head
Gabe Kangas 4 years ago
parent
commit
f34cc13225
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 4
      webroot/js/components/notification.js

4
webroot/js/components/notification.js

@ -242,7 +242,9 @@ export function NotifyModal({ notifications, streamName, accessToken }) { @@ -242,7 +242,9 @@ export function NotifyModal({ notifications, streamName, accessToken }) {
${' '} access your browser permissions for this site and turn off
notifications.
<div style=${{ 'margin-top': '5px' }}>
<a href="">Learn more.</a>
<a href="https://owncast.online/docs/notifications"
>Learn more.</a
>
</div>
</div>
<div

Loading…
Cancel
Save