]> Untitled Git - lemmy-ui.git/commitdiff
Replace link to issue tracker with proper support spaces
authorabias <abias1122@gmail.com>
Fri, 19 May 2023 17:06:14 +0000 (13:06 -0400)
committerabias <abias1122@gmail.com>
Fri, 19 May 2023 17:06:14 +0000 (13:06 -0400)
src/shared/components/app/error-page.tsx

index 12472dd15a2a67e305b1a45fbed57407b43ae7ed..1b18a9c1b34109d2a8eeb14fb5359f8929482b20 100644 (file)
@@ -19,14 +19,17 @@ export class ErrorPage extends Component<any, any> {
         <p className="p-4">
           {errorPageData ? (
             <>
-              <span>
-                There was an error on the server. Try refreshing your browser.
-                If that doesn&apos;t work, come back at a later time. If the
-                problem persists,
-              </span>{" "}
-              <a href="https://github.com/LemmyNet/lemmy/issues">
-                consider opening an issue.
+              There was an error on the server. Try refreshing your browser. If
+              that doesn&apos;t work, come back at a later time. If the problem
+              persists, you can seek help in the{" "}
+              <a href="https://lemmy.ml/c/lemmy_support">
+                Lemmy support community
+              </a>{" "}
+              or the{" "}
+              <a href="https://matrix.to/#/#lemmy-space:matrix.org">
+                Lemmy Matrix room
               </a>
+              .
             </>
           ) : (
             "The page you are looking for does not exist."