From 9027814a0e704f0c8b0c68b69b63ce4b1415c290 Mon Sep 17 00:00:00 2001 From: jeyemwey Date: Fri, 26 Feb 2021 21:52:49 +0000 Subject: [PATCH] Prettified Code! --- web/components/main-layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/main-layout.tsx b/web/components/main-layout.tsx index efa5e6178..2ec9ef396 100644 --- a/web/components/main-layout.tsx +++ b/web/components/main-layout.tsx @@ -95,8 +95,8 @@ export default function MainLayout(props) { src="http://localhost:8080/thumbnail.jpg" className="online-thumbnail" alt="current thumbnail" - style={{ width: "10rem" }} - /> + style={{ width: '10rem' }} + /> ) : null; const statusIcon = online ? : ; const statusMessage = online ? `Online ${streamDurationString}` : 'Offline';