Skip to content

Commit

Permalink
Merge branch 'hotfix/2.24.2' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakeyzer committed Apr 24, 2024
2 parents 90646d9 + 2e61d3e commit 5ef0741
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.24.0",
"version": "2.24.2",
"name": "shieldmaiden",
"description": "A Dungeons and Dragons Combat Tracker",
"productName": "Shieldmaiden",
Expand Down
Binary file modified public/favicon.ico
Binary file not shown.
Binary file added public/img/icons/favicon-144x144.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 public/img/icons/favicon-16x16.png
Binary file not shown.
Binary file added public/img/icons/favicon-192x192.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 public/img/icons/favicon-32x32.png
Binary file not shown.
Binary file added public/img/icons/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 5 additions & 9 deletions src/index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="img/icons/apple-touch-icon-transparent-180x180.png"
/>
<link rel="icon" type="image/png" sizes="48x48" href="img/icons/favicon-48x48.png" />
<link rel="icon" type="image/png" sizes="32x32" href="img/icons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="img/icons/favicon-16x16.png" />
<link rel="icon" href="favicon.png" />
<link rel="icon" href="favicon.ico" />
<link rel="icon" sizes="48x48" href="img/icons/favicon-48x48.png" />
<link rel="icon" sizes="96x96" href="img/icons/favicon-96x96.png" />
<link rel="icon" sizes="144x144" href="img/icons/favicon-144x144.png" />
<link rel="icon" sizes="192x192" href="img/icons/favicon-192x192.png" />
<meta name="theme-color" content="#191919" />

<!-- Google -->
Expand Down

0 comments on commit 5ef0741

Please sign in to comment.