diff --git a/web/pages/offline-notice.tsx b/web/pages/offline-notice.tsx index 453a57fe9..2c2f6da97 100644 --- a/web/pages/offline-notice.tsx +++ b/web/pages/offline-notice.tsx @@ -12,7 +12,7 @@ import LogTable from '../components/log-table'; const { Meta } = Card; -export default function Offline({ logs = [], config}) { +export default function Offline({ logs = [], config }) { const data = [ { icon: , @@ -60,8 +60,8 @@ export default function Offline({ logs = [], config}) { title: 'Find an audience on the Owncast Directory', content: (
- List yourself in the Owncast Directory and show off your stream. - Enable it in settings. + List yourself in the Owncast Directory and show off your stream. Enable it in{' '} + settings.
), });