Skip to content

Commit

Permalink
Remove react icon on Browser Tab
Browse files Browse the repository at this point in the history
  • Loading branch information
fmanuelos committed Oct 29, 2020
1 parent 6d0c61f commit e081b9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
Binary file added public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon.ico
Binary file not shown.
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
content="The EVS Semantic Integration Platform supports standardization of vocabulary for the NCI Cancer Research Data Commons (CRDC) and beyond."
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/apple-touch-icon.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Expand All @@ -30,7 +30,7 @@
-->
<base href="%PUBLIC_URL%/">
<script defer src="https://use.fontawesome.com/releases/v5.1.0/js/all.js" integrity="sha384-3LK/3kTpDE/Pkp8gTNp2gR/2gOiwQ6QaO7Td0zV76UFJVhqLl4Vl3KL1We6q6wR9" crossorigin="anonymous"></script>
<title>evs-sip</title>
<title>EVS - Semantic Integration Platform</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
7 changes: 1 addition & 6 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,9 @@
"type": "image/x-icon"
},
{
"src": "logo192.png",
"src": "apple-touch-icon.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
Expand Down

0 comments on commit e081b9a

Please sign in to comment.