diff --git a/angular.json b/angular.json
index 5410ddf..ff05f1a 100644
--- a/angular.json
+++ b/angular.json
@@ -23,7 +23,6 @@
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.app.json",
"assets": [
- "src/favicon.ico",
"src/assets"
],
"styles": [
@@ -87,7 +86,6 @@
],
"scripts": [],
"assets": [
- "src/favicon.ico",
"src/assets"
]
}
@@ -136,4 +134,4 @@
}
},
"defaultProject": "ETFDemo"
-}
\ No newline at end of file
+}
diff --git a/src/app/app.component.html b/src/app/app.component.html
index 6d7fc73..a55ee88 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -1,5 +1,6 @@