diff --git a/components/FourOhFour.tsx b/components/FourOhFour.tsx index a687682..e920fbc 100644 --- a/components/FourOhFour.tsx +++ b/components/FourOhFour.tsx @@ -3,14 +3,31 @@ import { FunctionComponent } from 'react' const FourOhFour: FunctionComponent<{ errorMsg: string }> = ({ errorMsg }) => { return ( -