Skip to content

Commit

Permalink
Merge pull request #50 from escottalexander/icon
Browse files Browse the repository at this point in the history
Change icon to a calculator instead of scaffold
  • Loading branch information
0xChijioke authored Feb 27, 2024
2 parents 40da8e6 + cd40ac8 commit 7bc785e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/nextjs/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const metadata: Metadata = {
description: "Built with 🏗 Impact Calculator",
},
icons: {
icon: [{ url: "/favicon.png", sizes: "32x32", type: "image/png" }],
icon: [{ url: "/favicon.svg", sizes: "32x32", type: "image/svg" }],
},
};

Expand Down
Binary file removed packages/nextjs/public/favicon.png
Binary file not shown.
3 changes: 3 additions & 0 deletions packages/nextjs/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.
11 changes: 2 additions & 9 deletions packages/nextjs/public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7bc785e

Please sign in to comment.