mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-26 06:11:15 +00:00
Replace link to issue tracker with proper support spaces
This commit is contained in:
parent
256420b303
commit
75d2fb8d27
1 changed files with 10 additions and 7 deletions
|
@ -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't work, come back at a later time. If the problem
|
||||||
If that doesn'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."
|
||||||
|
|
Loading…
Reference in a new issue