diff --git a/src/shared/components/app/error-page.tsx b/src/shared/components/app/error-page.tsx index 12472dd1..1b18a9c1 100644 --- a/src/shared/components/app/error-page.tsx +++ b/src/shared/components/app/error-page.tsx @@ -19,14 +19,17 @@ export class ErrorPage extends Component {

{errorPageData ? ( <> - - There was an error on the server. Try refreshing your browser. - If that doesn't work, come back at a later time. If the - problem persists, - {" "} - - consider opening an issue. + There was an error on the server. Try refreshing your browser. If + that doesn't work, come back at a later time. If the problem + persists, you can seek help in the{" "} + + Lemmy support community + {" "} + or the{" "} + + Lemmy Matrix room + . ) : ( "The page you are looking for does not exist."