From 8b8bf3127b219be29b718246b8a49ae29f80bdee Mon Sep 17 00:00:00 2001 From: gabek Date: Tue, 20 Apr 2021 01:25:52 +0000 Subject: [PATCH] Prettified Code! --- web/pages/offline-notice.tsx | 40 ++++++++++++++++++------------------ web/styles/globals.scss | 1 - 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/web/pages/offline-notice.tsx b/web/pages/offline-notice.tsx index 947cdf276..58b85c9e9 100644 --- a/web/pages/offline-notice.tsx +++ b/web/pages/offline-notice.tsx @@ -43,27 +43,27 @@ export default function Offline({ logs = [], config }) { Learn how to point your existing software to your new server and start streaming your content. - - - Streaming URL: - - - - {generateStreamURL(instanceUrl)} - - - + + + Streaming URL: + + + + {generateStreamURL(instanceUrl)} + + + - - - Stream Key: - - - - ********************* - - - + + + Stream Key: + + + + ********************* + + + ), }, diff --git a/web/styles/globals.scss b/web/styles/globals.scss index 6b2a0eab8..91ae2ac7e 100644 --- a/web/styles/globals.scss +++ b/web/styles/globals.scss @@ -106,4 +106,3 @@ strong { font-size: 0.92em; } } -