diff --git a/apps/web/pages/404.jsx b/apps/web/pages/404.jsx new file mode 100644 index 000000000..79ef6cf95 --- /dev/null +++ b/apps/web/pages/404.jsx @@ -0,0 +1,37 @@ +import Image from "next/image"; +import Link from "next/link"; + +import bgwood from "../public/img/bgwood.jpg"; + +export default function Custom404() { + return ( + <> + + + + + 404 + + + Page not found + + + Sorry, we couldn’t find the page you’re looking for. + + + + ← Back to home + + + + + > + ); +} diff --git a/apps/web/public/img/bgwood.jpg b/apps/web/public/img/bgwood.jpg new file mode 100644 index 000000000..0d41ebfe1 Binary files /dev/null and b/apps/web/public/img/bgwood.jpg differ diff --git a/packages/ui/components/button/Button.tsx b/packages/ui/components/button/Button.tsx index e0527d9a0..097580311 100644 --- a/packages/ui/components/button/Button.tsx +++ b/packages/ui/components/button/Button.tsx @@ -24,7 +24,7 @@ export function Button(props: any) { > {props.icon ? ( ) : ( @@ -46,7 +46,7 @@ export function Button(props: any) { > {props.icon ? ( ) : (
+ 404 +
+ Sorry, we couldn’t find the page you’re looking for. +