Skip to content

Commit

Permalink
Merge pull request #1199 from thunderstore-io/favicon-fixing
Browse files Browse the repository at this point in the history
Favicon fixing
  • Loading branch information
Oksamies committed Sep 12, 2024
2 parents 54d074a + 9eb3d86 commit 4077a3f
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions apps/cyberstorm-remix/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ function Root() {
return (
<html lang="en">
<head>
<meta name="msapplication-TileColor" content="#29295b" />
<meta name="theme-color" content="#29295b" />
<meta charSet="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<Meta />
<link
rel="apple-touch-icon"
sizes="180x180"
Expand All @@ -151,11 +156,6 @@ function Root() {
/>
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#23ffb0" />
<meta name="msapplication-TileColor" content="#1f1f42" />
<meta name="theme-color" content="#1f1f42" />
<meta charSet="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<Meta />
<Links />
</head>
<body>
Expand Down
Binary file modified apps/cyberstorm-remix/public/android-chrome-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 modified apps/cyberstorm-remix/public/android-chrome-512x512.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 apps/cyberstorm-remix/public/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.
2 changes: 1 addition & 1 deletion apps/cyberstorm-remix/public/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#1f1f42</TileColor>
<TileColor>#29295b</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file modified apps/cyberstorm-remix/public/favicon-16x16.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 apps/cyberstorm-remix/public/favicon-32x32.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 apps/cyberstorm-remix/public/favicon.ico
Binary file not shown.
8 changes: 4 additions & 4 deletions apps/cyberstorm-remix/public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Thunderstore",
"short_name": "Thunderstore",
"name": "Thunderstore.io",
"short_name": "Thunderstore.io",
"icons": [
{
"src": "/android-chrome-192x192.png",
Expand All @@ -13,7 +13,7 @@
"type": "image/png"
}
],
"theme_color": "#1f1f42",
"background_color": "#1f1f42",
"theme_color": "#29295b",
"background_color": "#29295b",
"display": "standalone"
}

0 comments on commit 4077a3f

Please sign in to comment.