Skip to content

Commit

Permalink
chore(nft-quest): update favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
itsacoyote committed Nov 19, 2024
1 parent 9ee678c commit 175108f
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 14 deletions.
6 changes: 4 additions & 2 deletions examples/nft-quest/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ export default defineNuxtConfig({
app: {
head: {
link: [
{ rel: "icon", type: "image/x-icon", href: "/favicon.ico" },
{ rel: "icon", type: "image/png", href: "/favicon_48x48.png", sizes: "48x48" },
{ rel: "icon", type: "image/x-icon", href: "/favicon.ico", sizes: "32x32" },
{ rel: "icon", type: "image/png", href: "/icon-96x96.png", sizes: "96x96" },
{ rel: "icon", type: "image/svg+xml", href: "/favicon.svg" },
{ rel: "apple-touch-icon", href: "/apple-touch-icon.png" },
],
bodyAttrs: {
class: "dark-mode",
Expand Down
Binary file added examples/nft-quest/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.
Binary file removed examples/nft-quest/public/favicon-48x48.png
Binary file not shown.
Binary file modified examples/nft-quest/public/favicon.ico
Binary file not shown.
Binary file removed examples/nft-quest/public/favicon.png
Binary file not shown.
13 changes: 1 addition & 12 deletions examples/nft-quest/public/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 added examples/nft-quest/public/icon-192.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 examples/nft-quest/public/icon-512.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 examples/nft-quest/public/icon-96.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 examples/nft-quest/public/icon-mask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions examples/nft-quest/public/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "ZKsync SSO Auth Server",
"icons": [
{ "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" },
{ "src": "/icon-mask.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" },
{ "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" }
]
}

0 comments on commit 175108f

Please sign in to comment.