diff --git a/apps/web/src/views/Home/components/Banners/ZksyncBanner.tsx b/apps/web/src/views/Home/components/Banners/ZksyncBanner.tsx index 9e38a16908e8c..e5d640c636e5c 100644 --- a/apps/web/src/views/Home/components/Banners/ZksyncBanner.tsx +++ b/apps/web/src/views/Home/components/Banners/ZksyncBanner.tsx @@ -50,6 +50,7 @@ const Title = styled.div` line-height: 98%; padding-right: 80px; margin-bottom: 20px; + color: ${({ theme }) => theme.colors.white}; ${({ theme }) => theme.mediaQueries.lg} { font-size: 32px; @@ -120,7 +121,7 @@ export const ZksyncBanner = () => { > - {isMobile ? t('CTA') : t('Get Started')} + {isMobile ? t('Start Now') : t('Get Started')} diff --git a/packages/localization/src/config/translations.json b/packages/localization/src/config/translations.json index ad27451ee6eae..9839323e4385c 100644 --- a/packages/localization/src/config/translations.json +++ b/packages/localization/src/config/translations.json @@ -2612,6 +2612,5 @@ "Round #%round% | %startTime% - %endTime%": "Round #%round% | %startTime% - %endTime%", "Swap and Provide Liquidity on zkSync Era Now": "Swap and Provide Liquidity on zkSync Era Now", "PancakeSwap Now Live on zkSync Era!": "PancakeSwap Now Live on zkSync Era!", - "Zksync Lormips LIVE!": "Zksync Lormips LIVE!", - "CTA": "CTA" + "Zksync Lormips LIVE!": "Zksync Lormips LIVE!" }