Skip to content

Commit

Permalink
Update app-icon (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhiyuan-Amos authored Apr 22, 2022
1 parent ca15e67 commit 39f77b8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added Client/wwwroot/icons/app-icon.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 Client/wwwroot/icons/icon-512.png
Binary file not shown.
4 changes: 2 additions & 2 deletions Client/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
<link href="css/app.css" rel="stylesheet"/>
<link href="Couple.Client.styles.css" rel="stylesheet"/>
<link href="manifest.json" rel="manifest"/>
<link href="icon-512.png" rel="apple-touch-icon" sizes="512x512"/>
<link href="app-icon.png" rel="apple-touch-icon" sizes="512x512"/>
</head>

<body style="height: 100%;">
<div id="app"
style="height: 100%;">
<div class="position-absolute top-50 start-50 translate-middle">
<div class="spinner-border"></div>
<img src="icons/app-icon.png" width="200" height=auto>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion Client/wwwroot/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"theme_color": "#03173d",
"icons": [
{
"src": "icons/icon-512.png",
"src": "icons/app-icon.png",
"type": "image/png",
"sizes": "512x512"
}
Expand Down

0 comments on commit 39f77b8

Please sign in to comment.