diff --git a/crabfit-frontend/public/index.html b/crabfit-frontend/public/index.html
index 890d876..beaf405 100644
--- a/crabfit-frontend/public/index.html
+++ b/crabfit-frontend/public/index.html
@@ -13,6 +13,7 @@
name="description"
content="Enter your availability to find a time that works for everyone!"
>
+
diff --git a/crabfit-frontend/src/pages/Home/Home.tsx b/crabfit-frontend/src/pages/Home/Home.tsx
index 517b0cf..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')}
@@ -228,11 +228,11 @@ const Home = ({ offline }) => {
{t('home:about.name')}
- {stats.eventCount ?? '700+'}
+ {stats.eventCount ?? '1100+'}
{t('home:about.events')}
- {stats.personCount ?? '1600+'}
+ {stats.personCount ?? '3700+'}
{t('home:about.availabilities')}
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;
diff --git a/crabfit-frontend/src/res/dayjs_locales.ts b/crabfit-frontend/src/res/dayjs_locales.ts
index 5a13523..ce5b019 100644
--- a/crabfit-frontend/src/res/dayjs_locales.ts
+++ b/crabfit-frontend/src/res/dayjs_locales.ts
@@ -54,6 +54,12 @@ const locales = {
weekStart: 0,
timeFormat: '24h',
},
+ 'pl': { // Polish
+ name: 'Polskie',
+ import: () => import('dayjs/locale/pl'),
+ weekStart: 1,
+ timeFormat: '12h',
+ },
'ru': { // Russian
name: 'Pусский',
import: () => import('dayjs/locale/ru'),