mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 17:26:26 +01:00
♿ Change 404 message
This commit is contained in:
@@ -78,10 +78,9 @@ export default function NothingFoundBackground() {
|
|||||||
<div className={classes.inner}>
|
<div className={classes.inner}>
|
||||||
<Illustration className={classes.image} />
|
<Illustration className={classes.image} />
|
||||||
<div className={classes.content}>
|
<div className={classes.content}>
|
||||||
<Title className={classes.title}>Nothing to see here</Title>
|
<Title className={classes.title}>Config not found</Title>
|
||||||
<Text color="dimmed" size="lg" align="center" className={classes.description}>
|
<Text color="dimmed" size="lg" align="center" className={classes.description}>
|
||||||
Page you are trying to open does not exist. You may have mistyped the address, or the
|
The config you are trying to access does not exist. Please check the URL and try again.
|
||||||
page has been moved to another URL. If you think this is an error contact support.
|
|
||||||
</Text>
|
</Text>
|
||||||
<Group position="center">
|
<Group position="center">
|
||||||
<NextLink href="/">
|
<NextLink href="/">
|
||||||
|
|||||||
Reference in New Issue
Block a user