|
|
@ -60,7 +60,7 @@ const PermissionPopupPreview: FC<PermissionPopupPreviewProps> = ({ start }) => ( |
|
|
|
|
|
|
|
|
|
|
|
const NotificationsEnabled = () => ( |
|
|
|
const NotificationsEnabled = () => ( |
|
|
|
<div> |
|
|
|
<div> |
|
|
|
<Title>Notifications are enabled</Title> |
|
|
|
<Title level={2}>Notifications are enabled</Title> |
|
|
|
To disable push notifications from {window.location.hostname.toString()} access your browser |
|
|
|
To disable push notifications from {window.location.hostname.toString()} access your browser |
|
|
|
permissions for this site and turn off notifications. |
|
|
|
permissions for this site and turn off notifications. |
|
|
|
<a href="https://owncast.online/docs/notifications"> Learn more.</a> |
|
|
|
<a href="https://owncast.online/docs/notifications"> Learn more.</a> |
|
|
|