From 5f1519d7228c8e2eec7b12989836b8de95cf383d Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 3 Nov 2020 00:03:40 -0800 Subject: [PATCH] Use logo in home page empty state --- web/pages/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/pages/index.tsx b/web/pages/index.tsx index 963ce6310..43693a123 100644 --- a/web/pages/index.tsx +++ b/web/pages/index.tsx @@ -23,6 +23,7 @@ import { FETCH_INTERVAL, } from "../utils/apis"; import { formatIPAddress, isEmptyObject } from "../utils/format"; +import OwncastLogo from "./components/logo" const { Title } = Typography; @@ -30,7 +31,10 @@ function Offline() { return (
} + imageStyle={{ + height: 60, + }} description={ There is no stream currently active. Start one. }