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"> <p className="p-4">
{errorPageData ? ( {errorPageData ? (
<> <>
<span> There was an error on the server. Try refreshing your browser. If
There was an error on the server. Try refreshing your browser. that doesn&apos;t work, come back at a later time. If the problem
If that doesn&apos;t work, come back at a later time. If the persists, you can seek help in the{" "}
problem persists, <a href="https://lemmy.ml/c/lemmy_support">
</span>{" "} Lemmy support community
<a href="https://github.com/LemmyNet/lemmy/issues"> </a>{" "}
consider opening an issue. or the{" "}
<a href="https://matrix.to/#/#lemmy-space:matrix.org">
Lemmy Matrix room
</a> </a>
.
</> </>
) : ( ) : (
"The page you are looking for does not exist." "The page you are looking for does not exist."