Skip to content

Commit

Permalink
refactor: 💡 replace playground favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharkazaz committed Mar 22, 2023
1 parent c253dde commit 5885f95
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"assets": ["src/favicon.ico", "src/assets"],
"assets": ["src/favicon.svg", "src/assets"],
"styles": ["src/styles.scss"],
"scripts": [],
"vendorChunk": true,
Expand Down
Binary file removed src/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions src/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>ErrorTailorPlayground</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="icon" href="favicon.svg" />
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
Expand Down

0 comments on commit 5885f95

Please sign in to comment.