mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-25 22:01:13 +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">
|
||||
{errorPageData ? (
|
||||
<>
|
||||
<span>
|
||||
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,
|
||||
</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'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."
|
||||
|
|
Loading…
Reference in a new issue