mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-16 12:38:19 -04:00
Margin 404
This commit is contained in:
@@ -10,6 +10,7 @@ import {SEO} from "web/components/SEO";
|
||||
|
||||
|
||||
export default function Custom404(props: { customText?: string }) {
|
||||
// console.log('props:', props)
|
||||
return (
|
||||
<PageBase trackPageView={'404'}>
|
||||
<SEO
|
||||
@@ -26,7 +27,7 @@ export function Custom404Content(props: { customText?: string }) {
|
||||
const { customText } = props
|
||||
return (
|
||||
<div className="flex h-[50vh] flex-col items-center justify-center">
|
||||
<Col className="">
|
||||
<Col className="mx-4">
|
||||
<Title>404: Oops!</Title>
|
||||
{customText ? <p>{customText}</p> : <p>I can't find that page.</p>}
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user