diff --git a/web/components/ui/Content/Content.tsx b/web/components/ui/Content/Content.tsx index e6ca5ce5a..ff9051942 100644 --- a/web/components/ui/Content/Content.tsx +++ b/web/components/ui/Content/Content.tsx @@ -343,16 +343,18 @@ export const Content: FC = () => { /> )} {!online && !appState.appLoading && ( - setShowNotifyModal(true)} - onFollowClick={() => setShowFollowModal(true)} - /> +
+ setShowNotifyModal(true)} + onFollowClick={() => setShowFollowModal(true)} + /> +
)} {isStreamLive && ( = ({ online, }) => (
- {online && ( + {online ? ( Skip to player + ) : ( + + Skip to offline message + )} Skip to page content