From 91be56875e0e55000aed16163fe1664454bca1dd Mon Sep 17 00:00:00 2001 From: Suthesan Date: Thu, 23 Dec 2021 17:24:00 +0800 Subject: [PATCH] fix about us hero --- src/pages/about-us/components/_hero.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/pages/about-us/components/_hero.tsx b/src/pages/about-us/components/_hero.tsx index 810399d09f8..67020a9c89a 100644 --- a/src/pages/about-us/components/_hero.tsx +++ b/src/pages/about-us/components/_hero.tsx @@ -4,6 +4,7 @@ import { graphql, useStaticQuery } from 'gatsby' import { Container, Flex } from 'components/containers' import { Header, QueryImage } from 'components/elements' import device from 'themes/device.js' +import { localize } from 'components/localization' import desktop_bg from 'images/common/about/about_us_bg_desktop.png' import mobile_bg from 'images/common/about/about_us_bg_mobile.png' @@ -63,7 +64,6 @@ const StyledHeaderDesktopAbout = styled(Header)` position: absolute; height: 195.52px; top: 90px; - margin-right: 320px; font-size: 210px; letter-spacing: 8px; z-index: 3; @@ -110,11 +110,8 @@ const Hero = () => { /> - About + {localize('About us')} - - us - @@ -122,7 +119,7 @@ const Hero = () => { - About us + {localize('About us')}