Skip to content

Commit

Permalink
Merge pull request #110 from escottalexander/add-favicon
Browse files Browse the repository at this point in the history
add op favicon to project
  • Loading branch information
escottalexander authored Jul 31, 2024
2 parents 329a61c + 3fac247 commit 7197e3e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/nextjs/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const metadata: Metadata = {
description: "Onchain Impact Dashboard | Powered by BuidlGuidl",
},
icons: {
icon: [{ url: "/favicon.svg", sizes: "32x32", type: "image/svg" }],
icon: [{ url: "/favicon.png", sizes: "32x32", type: "image/svg" }],
},
};

Expand Down
Binary file added packages/nextjs/public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions packages/nextjs/public/favicon.svg

This file was deleted.

6 changes: 3 additions & 3 deletions packages/nextjs/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Scaffold-ETH 2 DApp",
"description": "A DApp built with Scaffold-ETH",
"iconPath": "logo.svg"
"name": "Onchain Impact Dashboard",
"description": "See projects impact through the lens of R4 metrics",
"iconPath": "favicon.png"
}

0 comments on commit 7197e3e

Please sign in to comment.