diff --git a/web/pages/index.tsx b/web/pages/index.tsx index d580cd576..edba03a42 100644 --- a/web/pages/index.tsx +++ b/web/pages/index.tsx @@ -8,7 +8,7 @@ TODO: Link each overview value to the sub-page that focuses on it. */ import React, { useState, useEffect, useContext } from "react"; -import { Row, Skeleton, Result, List, Typography, Card } from "antd"; +import { Row, Col, Skeleton, Result, List, Typography, Card } from "antd"; import { UserOutlined, ClockCircleOutlined } from "@ant-design/icons"; import { formatDistanceToNow, formatRelative } from "date-fns"; import { ServerStatusContext } from "../utils/server-status-context"; @@ -21,7 +21,6 @@ import { LOGS_WARN, fetchData, FETCH_INTERVAL, - LOGS_ALL, } from "../utils/apis"; import { formatIPAddress, isEmptyObject } from "../utils/format"; import OwncastLogo from "./components/logo" @@ -204,7 +203,7 @@ export default function Stats() { title: "Send some test content", content: (
./test/ocTestStream.sh yourVideo.mp4@@ -220,8 +219,17 @@ export default function Stats() { ) }, { - title: "Something else", + title: "Chat is disabled", + content: "Chat will continue to be disabled until you begin a live stream." }, + { + title: "Embed your video onto other sites", + content: ( + + ) + } ]; return (