Added favicon

This commit is contained in:
Zakary Timson 2019-04-11 18:23:36 -04:00
parent d580c93c0e
commit c568f1c9d2
4 changed files with 2 additions and 4 deletions

View File

@ -19,7 +19,6 @@
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.app.json",
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
@ -108,7 +107,6 @@
],
"scripts": [],
"assets": [
"src/favicon.ico",
"src/assets"
]
}

BIN
src/assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -6,7 +6,7 @@
<base href="/">
<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/png" href="assets/logo.png">
</head>
<body>
<app-root></app-root>