diff --git a/web/pages/help.tsx b/web/pages/help.tsx index 218007561..f21d9b193 100644 --- a/web/pages/help.tsx +++ b/web/pages/help.tsx @@ -59,7 +59,7 @@ export default function Help(props: Props) { }, { icon: , - title: "I want to tweak my encoding", + title: "I want to tweak my encoding quality or performance", content: (
Learn more @@ -83,8 +83,8 @@ export default function Help(props: Props) { title: "I found a bug", content: (
- If you found a bug, then report it in our - Github Issues + If you found a bug, then please + let us know
) }, @@ -94,7 +94,7 @@ export default function Help(props: Props) { content: (
Most general questions are answered in our - FAQ + FAQ or exist in our discussions
) }, diff --git a/web/pages/offline-notice.tsx b/web/pages/offline-notice.tsx index d8b0760d3..320ed7e76 100644 --- a/web/pages/offline-notice.tsx +++ b/web/pages/offline-notice.tsx @@ -2,6 +2,7 @@ import { Result, Card } from "antd"; import { MessageTwoTone, QuestionCircleTwoTone, BookTwoTone, PlaySquareTwoTone } from '@ant-design/icons'; import OwncastLogo from "./components/logo" import LogTable from "./components/log-table"; +import Link from 'next/link'; const { Meta } = Card; @@ -32,12 +33,10 @@ export default function Offline({ logs = [] }) { }, { icon: , - title: "Need some help?", + title: "Not sure what to do next?", content: (
- Take a look at our troubleshooting steps - to see if there's any common problems you're running into. If you still have questions - let us know how we can help. + If you're having issues or would like to know how to customize and configure your Owncast server visit the help page.
), }