Skip to content

Commit

Permalink
Changing icons (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony authored Feb 11, 2024
1 parent 85a8d37 commit 4cc2ed3
Show file tree
Hide file tree
Showing 8 changed files with 113 additions and 0 deletions.
54 changes: 54 additions & 0 deletions src/Angor/Client/wwwroot/angor-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions src/Angor/Client/wwwroot/angor-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/Angor/Client/wwwroot/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/Angor/Client/wwwroot/icon-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/Angor/Client/wwwroot/icon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/Angor/Client/wwwroot/icon.png
Binary file not shown.
1 change: 1 addition & 0 deletions src/Angor/Client/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/bootstrap/bootstrap.theme.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
<link rel="icon" type="image/svg+xml" href="angor-icon.svg" />
<link rel="icon" type="image/png" href="favicon.png" />
<link href="Angor.Client.styles.css" rel="stylesheet" />
<link href="manifest.json" rel="manifest" />
Expand Down
5 changes: 5 additions & 0 deletions src/Angor/Client/wwwroot/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"theme_color": "#03173d",
"prefer_related_applications": false,
"icons": [
{
"src": "angor-icon.svg",
"type": "image/svg+xml",
"sizes": "any"
},
{
"src": "icon-512.png",
"type": "image/png",
Expand Down

0 comments on commit 4cc2ed3

Please sign in to comment.