diff --git a/src/Components/Common/Header.tsx b/src/Components/Common/Header.tsx index 4ffd2653b20..be93067f5f0 100644 --- a/src/Components/Common/Header.tsx +++ b/src/Components/Common/Header.tsx @@ -31,7 +31,7 @@ import ArrowDropDownIcon from "@material-ui/icons/ArrowDropDown"; import LocalHospitalIcon from "@material-ui/icons/LocalHospital"; import CancelIcon from "@material-ui/icons/Cancel"; const img = - "https://care-staging-coronasafe.s3.amazonaws.com/static/images/logos/black-logo.svg"; + "https://cdn.coronasafe.network/black-logo.svg"; const drawerWidth = 240; const useStyles = makeStyles({ flexGrow: { diff --git a/src/index.tsx b/src/index.tsx index 1e0730aa9ee..5fbe36ad410 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -32,4 +32,4 @@ ReactDOM.render( , document.getElementById("root") ); -serviceWorker.register(); +serviceWorker.unregister();