diff --git a/web/pages/404.tsx b/web/pages/404.tsx index 3ed48d5f..f57ea787 100644 --- a/web/pages/404.tsx +++ b/web/pages/404.tsx @@ -18,18 +18,36 @@ export function Custom404Content(props: { customText?: string }) { const { customText } = props return (
- + 404: Oops! {customText ?

{customText}

:

I can't find that page.

}

- If you didn't expect this, let us know{' '} + If you didn't expect this, let us know on{' '} + + a Google Form + + , {' '} - on Discord! + Discord + + or {' '} + + GitHub!