diff --git a/src/components/Welcome.tsx b/src/components/Welcome.tsx index 8159679..fb5f425 100644 --- a/src/components/Welcome.tsx +++ b/src/components/Welcome.tsx @@ -63,7 +63,7 @@ const Welcome: React.FC = () => { - sendGettingStartedEvent()}> + sendGettingStartedEvent()}> {t('gettingStarted')} diff --git a/src/serviceWorker.ts b/src/serviceWorker.ts index eaebe6d..39bbf33 100644 --- a/src/serviceWorker.ts +++ b/src/serviceWorker.ts @@ -10,6 +10,8 @@ // To learn more about the benefits of this model and instructions on how to // opt-in, read https://bit.ly/CRA-PWA +// VERSION = '1.0'; + const isLocalhost = Boolean( window.location.hostname === 'localhost' || // [::1] is the IPv6 localhost address.