feat: add back to home link
This commit is contained in:
parent
585f0b27b3
commit
cf44533d3a
|
@ -1,5 +1,5 @@
|
|||
const NotFound = () => {
|
||||
return <p className="mt-8">Not Found</p>
|
||||
return <p className="mt-8">Page not found, <a href="/">back to home</a>.</p>
|
||||
}
|
||||
|
||||
export default NotFound
|
||||
|
|
Loading…
Reference in New Issue