Skip to content

Commit

Permalink
[Angular] Remove favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Apr 3, 2022
1 parent e4e101d commit f0d51ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/main/resources/generator/client/angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"polyfills": "src/main/webapp/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"assets": [
"src/main/webapp/favicon.ico",
"src/main/webapp/content",
{
"glob": "**/*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<title>JHipster Lite</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<app-root></app-root>
Expand Down

0 comments on commit f0d51ea

Please sign in to comment.