use better favicon

still needs higher res version
This commit is contained in:
Barry Gitarts 2019-08-27 19:55:34 -04:00 committed by Barry G
parent fdb1cc89d7
commit ae6b00332e
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon-32x32.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" />

View File

@ -3,8 +3,8 @@
"name": "Liquid Funding by Status.im",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"src": "favicon-32x32.png",
"sizes": "32x32 24x24 16x16",
"type": "image/x-icon"
}
],