fix(web): remove extra spacing above headers in modals

This commit is contained in:
Gabe Kangas
2023-04-15 19:58:52 -07:00
parent 855faca0da
commit 74bdab81a3
2 changed files with 7 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ const PermissionPopupPreview: FC<PermissionPopupPreviewProps> = ({ start }) => (
const NotificationsEnabled = () => (
<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
permissions for this site and turn off notifications.
<a href="https://owncast.online/docs/notifications"> Learn more.</a>