Skip to content

Commit

Permalink
[DSW-2113] Fix favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
janslifka committed Nov 14, 2023
1 parent f56c7b3 commit bd0f968
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 30 deletions.
Binary file modified engine-wizard/img/favicon/android-chrome-192x192.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified engine-wizard/img/favicon/android-chrome-512x512.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified engine-wizard/img/favicon/apple-touch-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified engine-wizard/img/favicon/favicon-16x16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified engine-wizard/img/favicon/favicon-32x32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified engine-wizard/img/favicon/favicon.ico
Binary file not shown.
Binary file modified engine-wizard/img/favicon/mstile-144x144.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified engine-wizard/img/favicon/mstile-150x150.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified engine-wizard/img/favicon/mstile-310x150.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified engine-wizard/img/favicon/mstile-310x310.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified engine-wizard/img/favicon/mstile-70x70.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 39 additions & 28 deletions engine-wizard/img/favicon/safari-pinned-tab.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions engine-wizard/img/favicon/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "image/png"
}
],
"theme_color": "#333333",
"background_color": "#333333",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
1 change: 1 addition & 0 deletions engine-wizard/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<link rel="mask-icon" href="/wizard/img/favicon/safari-pinned-tab.svg">
<link rel="shortcut icon" href="/wizard/img/favicon/favicon.ico">
<meta name="msapplication-config" content="/wizard/img/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<script src="/wizard/config.js"></script>
<style>@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fa-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.Loading__Loader{height:100vh;padding-top:40vh;text-align:center;color:#adb5bd;opacity:0;animation:fadeIn ease-in 1;animation-duration:1s;animation-delay:.4s;animation-fill-mode:forwards}.Loading__Loader__Spinner{animation:fa-spin 2s infinite linear;width:60px}</style>
</head>
Expand Down

0 comments on commit bd0f968

Please sign in to comment.