Skip to content

Commit

Permalink
Update favicon and remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmro committed Jan 28, 2021
1 parent 3dd31b6 commit 49c2a93
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file added phs-gdc-dashboard/public/favicon.ico
Binary file not shown.
Binary file removed phs-gdc-dashboard/public/favicon2.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion phs-gdc-dashboard/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon2.ico" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
Expand Down
2 changes: 1 addition & 1 deletion phs-gdc-dashboard/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Data Commons Wizard",
"icons": [
{
"src": "favicon2.ico",
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
Expand Down
2 changes: 1 addition & 1 deletion phs-gdc-dashboard/src/utils/dataCommonsUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Data Commons Utility functions
*/

import moment from "moment";
//import moment from "moment";

import {
INDEX_VARIABLES, NOT_AVAILABLE_VALUE
Expand Down

0 comments on commit 49c2a93

Please sign in to comment.