Skip to content

Commit

Permalink
[SS-500] [CC3 Dashboard]Favicon image change request (#100)
Browse files Browse the repository at this point in the history
* [SS-500] [CC3 Dashboard]Favicon image change request

* [SS-500] remove the svg favicon
  • Loading branch information
dev-eunjeong authored and Juan Gallicchio committed Feb 16, 2024
1 parent a428b5e commit 5bf790f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
13 changes: 4 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,21 @@
<link
rel="apple-touch-icon"
sizes="180x180"
href="/favicons/creditcoin/apple-touch-icon.png"
href="https://files.gluwa.com/media/meta/cc3-staking-creditcoin-org/20240213/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicons/creditcoin/favicon-32x32.png"
href="https://files.gluwa.com/media/meta/cc3-staking-creditcoin-org/20240213/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicons/creditcoin/favicon-16x16.png"
href="https://files.gluwa.com/media/meta/cc3-staking-creditcoin-org/20240213/favicon-16x16.png"
/>
<link
rel="mask-icon"
href="/favicons/creditcoin/safari-pinned-tab.svg"
color="#e6007a"
/>
<meta name="msapplication-TileColor" content="#e6007a" />
<meta name="msapplication-TileColor" content="#9cffaa" />
<meta name="theme-color" content="#fff" />

<meta
Expand Down
2 changes: 1 addition & 1 deletion public/favicons/creditcoin/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<square150x150logo src="https://files.gluwa.com/media/meta/cc3-staking-creditcoin-org/20240213/mstile-150x150.png"/>
<TileColor>#000000</TileColor>
</tile>
</msapplication>
Expand Down
4 changes: 2 additions & 2 deletions public/favicons/creditcoin/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"short_name": "Creditcoin",
"icons": [
{
"src": "/favicons/creditcoin/android-chrome-192x192.png",
"src": "https://files.gluwa.com/media/meta/cc3-staking-creditcoin-org/20240213/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/favicons/creditcoin/android-chrome-512x512.png",
"src": "https://files.gluwa.com/media/meta/cc3-staking-creditcoin-org/20240213/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
Expand Down

0 comments on commit 5bf790f

Please # to comment.