Skip to content

Commit 8164368

Browse files
Mrwicks00melanke
authored andcommitted
Revert favicon renaming to favicon.ico and confirm no changes to package.json
1 parent 14abba6 commit 8164368

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
-15 KB
Binary file not shown.

packages/nextjs/public/favicon.ico

15 KB
Binary file not shown.

packages/nextjs/utils/scaffold-eth/getMetadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const getMetadata = ({
4444
images: [imageUrl],
4545
},
4646
icons: {
47-
icon: [{ url: "/favicon-v2.ico", sizes: "32x32", type: "image/png" }],
47+
icon: [{ url: "/favicon.ico", sizes: "32x32", type: "image/png" }],
4848
},
4949
};
5050
};

0 commit comments

Comments
 (0)