Replace link to issue tracker with proper support spaces

This commit is contained in:
abias 2023-05-19 13:06:14 -04:00
parent 256420b303
commit 75d2fb8d27

View 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."