From 44a6ab9c51d0839fb53ed243234d1b4d17af6b80 Mon Sep 17 00:00:00 2001 From: Ben Grant Date: Wed, 21 Jul 2021 00:14:59 +1000 Subject: [PATCH] Update origin trial --- crabfit-frontend/public/index.html | 2 +- crabfit-frontend/src/pages/Home/Home.tsx | 4 ++-- crabfit-frontend/src/sw.js | 3 --- 3 files changed, 3 insertions(+), 6 deletions(-) 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.