From 75d2fb8d272cfb0c6cd3c4126987617cc873405c Mon Sep 17 00:00:00 2001 From: abias Date: Fri, 19 May 2023 13:06:14 -0400 Subject: [PATCH] Replace link to issue tracker with proper support spaces --- src/shared/components/app/error-page.tsx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/shared/components/app/error-page.tsx b/src/shared/components/app/error-page.tsx index 12472dd..1b18a9c 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." -- 2.44.1