From c6cfb50beac2a8b866c55cc1b703bb9e9dce518e Mon Sep 17 00:00:00 2001 From: Ben Grant Date: Sat, 11 Sep 2021 03:37:50 +1000 Subject: [PATCH] Fix title style --- crabfit-frontend/src/pages/Home/Home.tsx | 2 +- crabfit-frontend/src/pages/Home/homeStyle.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/crabfit-frontend/src/pages/Home/Home.tsx b/crabfit-frontend/src/pages/Home/Home.tsx index 1ccec7d..b37ac67 100644 --- a/crabfit-frontend/src/pages/Home/Home.tsx +++ b/crabfit-frontend/src/pages/Home/Home.tsx @@ -162,7 +162,7 @@ const Home = ({ offline }) => {
- {t('home:create')} + {t('home:create')} CRAB FIT {t('home:nav.about')} / {t('home:nav.donate')} diff --git a/crabfit-frontend/src/pages/Home/homeStyle.ts b/crabfit-frontend/src/pages/Home/homeStyle.ts index 3fab52a..a908305 100644 --- a/crabfit-frontend/src/pages/Home/homeStyle.ts +++ b/crabfit-frontend/src/pages/Home/homeStyle.ts @@ -22,6 +22,7 @@ export const TitleSmall = styled.span` text-transform: uppercase; ${props => !props.altChars && ` + font-family: sans-serif; font-size: 2rem; font-weight: 600; line-height: 1.2em;