Change favicon

This commit is contained in:
Supan Adit Pratama 2020-07-08 20:04:54 +07:00
parent 2923f9d62d
commit 8715c3b971
4 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
"tsConfig": "tsconfig.app.json", "tsConfig": "tsconfig.app.json",
"aot": false, "aot": false,
"assets": [ "assets": [
"src/favicon.ico", "src/favicon.png",
"src/assets" "src/assets"
], ],
"styles": [ "styles": [

Binary file not shown.

Before

Width:  |  Height:  |  Size: 948 B

BIN
src/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -5,7 +5,7 @@
<title>GEO Smart Map</title> <title>GEO Smart Map</title>
<base href="/"> <base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="icon" type="image/x-icon" href="favicon.png">
</head> </head>
<body> <body>
<app-root></app-root> <app-root></app-root>