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..1ccec7d 100644
--- a/crabfit-frontend/src/pages/Home/Home.tsx
+++ b/crabfit-frontend/src/pages/Home/Home.tsx
@@ -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/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'),