Skip to content

Commit

Permalink
Merge pull request #1234 from qmonmert/angular/favicon
Browse files Browse the repository at this point in the history
[Angular] Remove favicon
  • Loading branch information
pascalgrimaud authored Apr 3, 2022
2 parents 214d406 + f0d51ea commit 5097fc4
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 5097fc4

Please sign in to comment.