Skip to content

Commit

Permalink
feat: allowing larger default integration for datahub's favicon and ME
Browse files Browse the repository at this point in the history
Revert "feat: allowing larger default integration for datahub's favicon and ME"

This reverts commit 4f960614417ab2ba96f84ea482d107d88fe03f7a.

feat: remove favicon in datafeeder and datahub
  • Loading branch information
f-necas committed Jan 8, 2024
1 parent 173df65 commit 61ed24d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion apps/datafeeder/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"tsConfig": "apps/datafeeder/tsconfig.app.json",
"aot": true,
"assets": [
"apps/datafeeder/src/favicon.ico",
"apps/datafeeder/src/assets",
{
"glob": "*",
Expand Down
1 change: 0 additions & 1 deletion apps/datafeeder/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<title>Datafeeder</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Permanent+Marker&display=swap"
Expand Down
1 change: 0 additions & 1 deletion apps/datahub/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"polyfills": "apps/datahub/src/polyfills.ts",
"tsConfig": "apps/datahub/tsconfig.app.json",
"assets": [
"apps/datahub/src/favicon.ico",
"apps/datahub/src/assets",
{
"glob": "*",
Expand Down
Binary file removed apps/datahub/src/assets/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion apps/datahub/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<title>Datahub</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
Expand Down

0 comments on commit 61ed24d

Please sign in to comment.