diff --git a/crabfit-frontend/public/index.html b/crabfit-frontend/public/index.html index 2352c9d..890d876 100644 --- a/crabfit-frontend/public/index.html +++ b/crabfit-frontend/public/index.html @@ -13,7 +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 3055859..2531303 100644 --- a/crabfit-frontend/src/pages/Home/Home.tsx +++ b/crabfit-frontend/src/pages/Home/Home.tsx @@ -224,11 +224,11 @@ const Home = ({ offline }) => {

{t('home:about.name')}

- {stats.eventCount ?? '350+'} + {stats.eventCount ?? '600+'} {t('home:about.events')} - {stats.personCount ?? '550+'} + {stats.personCount ?? '1500+'} {t('home:about.availabilities')} diff --git a/crabfit-frontend/src/sw.js b/crabfit-frontend/src/sw.js index 5c2ab72..22517fe 100644 --- a/crabfit-frontend/src/sw.js +++ b/crabfit-frontend/src/sw.js @@ -12,9 +12,6 @@ clientsClaim(); // Injection point precacheAndRoute(self.__WB_MANIFEST); -// Set up App Shell-style routing, so that all navigation requests -// are fulfilled with your index.html shell. Learn more at -// https://developers.google.com/web/fundamentals/architecture/app-shell const fileExtensionRegexp = new RegExp('/[^/?]+\\.[^/]+$'); registerRoute( // Return false to exempt requests from being fulfilled by index.html.