Skip to content

Commit

Permalink
service worker change
Browse files Browse the repository at this point in the history
  • Loading branch information
dauntlessnomad committed Jun 11, 2020
1 parent f79ef03 commit aa221f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Components/Common/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ ReactDOM.render(
</Provider>,
document.getElementById("root")
);
serviceWorker.register();
serviceWorker.unregister();

0 comments on commit aa221f7

Please sign in to comment.