diff --git a/src/app/AppLayout/AppLayout.tsx b/src/app/AppLayout/AppLayout.tsx index d340697..4865f63 100644 --- a/src/app/AppLayout/AppLayout.tsx +++ b/src/app/AppLayout/AppLayout.tsx @@ -95,7 +95,7 @@ const AppLayout: React.FunctionComponent = ({ children }) => { href='https://imagedirectory.cloud' alt='Cloud Image Directory' className='header-section'> - + <Title headingLevel='h1' className="header-title"> Cloud Image Directory diff --git a/src/app/app.css b/src/app/app.css index 986a297..fd3ded8 100644 --- a/src/app/app.css +++ b/src/app/app.css @@ -2,6 +2,11 @@ html, body, #root { height: 100%; } +.header-title { + size: lg; + color: white; +} + .hero-section { background-color: black; } diff --git a/src/app/routes.tsx b/src/app/routes.tsx index da51b68..8482b9c 100644 --- a/src/app/routes.tsx +++ b/src/app/routes.tsx @@ -47,7 +47,7 @@ const routes: AppRouteConfig[] = [ component: , exact: true, label: 'Contact Us', - path: '/contact', + path: 'mailto: contact@imagedirectory.cloud', }, { component: ,