Skip to content

Commit

Permalink
chore: update favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Dec 19, 2024
1 parent 1d5f0e8 commit fb2c1a0
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 104 deletions.
9 changes: 4 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@
content="Polkadot Cloud is a services platform for interacting with the Polkadot blockchain."
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="/favicons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicons/favicon.svg" />
<link rel="shortcut icon" href="/favicons/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png" />
<meta name="apple-mobile-web-app-title" content="Polkadot Cloud" />
<link rel="manifest" href="/favicons/site.webmanifest" />
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#c10a76" />
<meta name="msapplication-TileColor" content="#c10a76" />
<meta name="theme-color" content="#ffffff" />
<title>Polkadot Cloud : Core Polkadot Services Portal</title>
</head>
<body>
Expand Down
Binary file removed public/favicons/android-chrome-192x192.png
Binary file not shown.
Binary file removed public/favicons/android-chrome-512x512.png
Binary file not shown.
Binary file modified public/favicons/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions public/favicons/browserconfig.xml

This file was deleted.

Binary file removed public/favicons/favicon-16x16.png
Binary file not shown.
Binary file removed public/favicons/favicon-32x32.png
Binary file not shown.
Binary file added public/favicons/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.
Binary file modified public/favicons/favicon.ico
Binary file not shown.
3 changes: 3 additions & 0 deletions public/favicons/favicon.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 removed public/favicons/mstile-150x150.png
Binary file not shown.
72 changes: 0 additions & 72 deletions public/favicons/safari-pinned-tab.svg

This file was deleted.

38 changes: 20 additions & 18 deletions public/favicons/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"name": "Polkadot Cloud",
"short_name": "Polkadot Cloud",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#c10a76",
"background_color": "#ffffff",
"display": "standalone"
}
"name": "Polkadot Cloud",
"short_name": "Polkadot Cloud",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#e21269",
"background_color": "#ffffff",
"display": "standalone"
}
Binary file added public/favicons/web-app-manifest-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 added public/favicons/web-app-manifest-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fb2c1a0

Please sign in to comment.