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.