* favicon changed to miniature team logo

This commit is contained in:
Dávid Danyi 2017-09-19 17:54:32 +02:00
parent 9f1d5d4d9a
commit f4ce7ec951
4 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
"outDir": "dist", "outDir": "dist",
"assets": [ "assets": [
"assets", "assets",
"favicon.ico" "favicon.png"
], ],
"index": "index.html", "index": "index.html",
"main": "main.ts", "main": "main.ts",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

BIN
src/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@ -6,7 +6,7 @@
<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>