diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 62e9849..33cddad 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -5,7 +5,7 @@ export default function Footer() { const date = new Date().getFullYear(); return ( -
+

{date} @ First City Monument Bank Limited diff --git a/src/components/GetStarted/EmployerValidation.tsx b/src/components/GetStarted/EmployerValidation.tsx index 11d1866..76e15bd 100644 --- a/src/components/GetStarted/EmployerValidation.tsx +++ b/src/components/GetStarted/EmployerValidation.tsx @@ -148,13 +148,13 @@ const EmployerValidation: React.FC = ({

-
+
= ({ error={(props.errors.title && props.touched.title) ? props.errors.title : ''} /> = ({
-
+
= ({ error={(props.errors.first_name && props.touched.first_name) ? props.errors.first_name : ''} /> = ({ {props.errors.checked && props.touched.checked && {props.errors.checked}}
-
+
= ({ error={(props.errors.first_name && props.touched.first_name) ? props.errors.first_name : ''} /> = ({ Logo diff --git a/src/layouts/Layout.tsx b/src/layouts/Layout.tsx index 104a39d..f8fcf34 100644 --- a/src/layouts/Layout.tsx +++ b/src/layouts/Layout.tsx @@ -13,7 +13,7 @@ const Layout: React.FC = ({ children }) => {
-
+
{children || }