Skip to content

Commit

Permalink
update favicons (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Rogan <nathan.rogan@wmca.org.uk>
  • Loading branch information
rolorogan and nathan-rogan authored May 6, 2021
1 parent d4f207f commit aef5cad
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 35 deletions.
Binary file modified src/www/assets/config/favicons/android-chrome-192x192.png
100755 → 100644
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/www/assets/config/favicons/android-chrome-512x512.png
100755 → 100644
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/www/assets/config/favicons/apple-touch-icon.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions src/www/assets/config/favicons/browserconfig.xml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="/config/favicons/mstile-70x70.png"/>
<square150x150logo src="/config/favicons/mstile-150x150.png"/>
<square310x310logo src="/config/favicons/mstile-310x310.png"/>
<TileColor>#3c1053</TileColor>
<TileColor>#231f20</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file modified src/www/assets/config/favicons/favicon-16x16.png
100755 → 100644
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/www/assets/config/favicons/favicon-32x32.png
100755 → 100644
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/www/assets/config/favicons/favicon.ico
100755 → 100644
Binary file not shown.
Binary file added src/www/assets/config/favicons/mstile-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 modified src/www/assets/config/favicons/mstile-150x150.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/www/assets/config/favicons/mstile-310x150.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/www/assets/config/favicons/mstile-310x310.png
100755 → 100644
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/www/assets/config/favicons/mstile-70x70.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 26 additions & 28 deletions src/www/assets/config/favicons/safari-pinned-tab.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/www/assets/config/favicons/site.webmanifest
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "WMCA Design System",
"short_name": "WMCA Design System",
"name": "",
"short_name": "",
"icons": [
{
"src": "/config/favicons/android-chrome-192x192.png",
Expand All @@ -13,7 +13,7 @@
"type": "image/png"
}
],
"theme_color": "#3c1053",
"background_color": "#3c1053",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

0 comments on commit aef5cad

Please sign in to comment.