mirror of
https://github.com/stonith404/pingvin-share.git
synced 2024-11-05 07:20:13 +01:00
Add link to NotFound page
This commit is contained in:
parent
b8ec02f711
commit
d05bea4a7e
@ -8,6 +8,7 @@ import {
|
|||||||
Group,
|
Group,
|
||||||
} from "@mantine/core";
|
} from "@mantine/core";
|
||||||
import Meta from "../components/Meta";
|
import Meta from "../components/Meta";
|
||||||
|
import { NextLink } from "@mantine/next";
|
||||||
|
|
||||||
const useStyles = createStyles((theme) => ({
|
const useStyles = createStyles((theme) => ({
|
||||||
root: {
|
root: {
|
||||||
@ -46,10 +47,15 @@ const ErrorNotFound = () => {
|
|||||||
<Title align="center" order={3}>
|
<Title align="center" order={3}>
|
||||||
Oops this page doesn't exist.
|
Oops this page doesn't exist.
|
||||||
</Title>
|
</Title>
|
||||||
<Text color="dimmed" align="center" className={classes.description}>
|
<Text
|
||||||
</Text>
|
color="dimmed"
|
||||||
|
align="center"
|
||||||
|
className={classes.description}
|
||||||
|
></Text>
|
||||||
<Group position="center">
|
<Group position="center">
|
||||||
<Button variant="light">Bring me back</Button>
|
<Button component={NextLink} href="/" variant="light">
|
||||||
|
Bring me back
|
||||||
|
</Button>
|
||||||
</Group>
|
</Group>
|
||||||
</Container>
|
</Container>
|
||||||
</>
|
</>
|
||||||
|
Loading…
Reference in New Issue
Block a user