Skip to content

Commit

Permalink
Update Logos for NFT demo app (#181)
Browse files Browse the repository at this point in the history
* fix: updated logos

* fix: updated images

* chore(auth-server): update favicons

* chore(nft-quest): update favicons

* docs: added link to running test node

* docs: fix lint

---------

Co-authored-by: Sabrina Ferguson <sf@matterlabs.dev>
Co-authored-by: Sabrina <brina.heath@gmail.com>
  • Loading branch information
3 people authored Nov 19, 2024
1 parent 58126c7 commit 9e9c446
Show file tree
Hide file tree
Showing 23 changed files with 28 additions and 11 deletions.
3 changes: 2 additions & 1 deletion examples/nft-quest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ A demo of using the ZKsync SDK for smart accounts.

## Getting Started

Run the following (be sure a local node is running, e.g. `era_test_node`):
Run the following (be sure a local node is running, e.g.
`era_test_node`[https://docs.zksync.io/build/zksync-cli/running-a-node]):

```sh
# Deploy the ZKsync SSO contracts
Expand Down
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.
2 changes: 1 addition & 1 deletion 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": "NFT Quest",
"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" }
]
}
5 changes: 3 additions & 2 deletions packages/auth-server/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ export default defineNuxtConfig({
head: {
title: "ZKsync SSO",
link: [
{ rel: "icon", type: "image/x-icon", href: "/favicon.ico" },
{ rel: "icon", type: "image/png", href: "/favicon-96x96.png", sizes: "96x96" },
{ 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" },
],
},
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-server/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"cwd": "packages/auth-server",
"command": "PORT=3002 nuxt dev"
},
"dependsOn": []
"dependsOn": ["^build"]
},
"build": {
"executor": "nx:run-commands",
Expand Down
Binary file added packages/auth-server/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 packages/auth-server/public/favicon-96x96.png
Binary file not shown.
Binary file modified packages/auth-server/public/favicon.ico
Binary file not shown.
5 changes: 1 addition & 4 deletions packages/auth-server/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 packages/auth-server/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 packages/auth-server/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 packages/auth-server/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 packages/auth-server/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 packages/auth-server/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 9e9c446

Please sign in to comment.