Change 404 message

This commit is contained in:
ajnart
2022-05-21 00:52:39 +02:00
parent f36e7b8abb
commit b98d399a9c

View File

@@ -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="/">