Skip to content

Commit 14abba6

Browse files
Mrwicks00melanke
authored andcommitted
Remove unrelated files from PR: page.tsx and 596.avif and fixed the codebase
1 parent c176b2c commit 14abba6

File tree

8 files changed

+10
-6
lines changed

8 files changed

+10
-6
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,8 @@
5757
},
5858
"engines": {
5959
"node": ">=20.18.3"
60+
},
61+
"dependencies": {
62+
"react-icons": "^5.5.0"
6063
}
6164
}

packages/nextjs/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import "~~/styles/globals.css";
55
import { getMetadata } from "~~/utils/scaffold-eth/getMetadata";
66

77
export const metadata = getMetadata({
8-
title: "Scaffold-ETH 2 App",
9-
description: "Built with 🏗 Scaffold-ETH 2",
8+
title: "Batch 16 BuidlGuidl",
9+
description: "Building the future of web3, one block at a time.",
1010
});
1111

1212
const ScaffoldEthApp = ({ children }: { children: React.ReactNode }) => {

packages/nextjs/components/Header.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ export const Header = () => {
8989
</details>
9090
<Link href="/" passHref className="hidden lg:flex items-center gap-2 ml-4 mr-6 shrink-0">
9191
<div className="flex relative w-10 h-10">
92-
<Image alt="SE2 logo" className="cursor-pointer" fill src="/logo.svg" />
92+
<Image alt="SE2 logo" className="cursor-pointer" fill src="/batch-logo.webp" />
9393
</div>
9494
<div className="flex flex-col">
95-
<span className="font-bold leading-tight">Scaffold-ETH</span>
96-
<span className="text-xs">Ethereum dev stack</span>
95+
<span className="font-bold leading-tight">Batch 16</span>
96+
<span className="text-xs">Building the future of web3</span>
9797
</div>
9898
</Link>
9999
<ul className="hidden lg:flex lg:flex-nowrap menu menu-horizontal px-1 gap-2">
-1.5 MB
Binary file not shown.
113 KB
Loading

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.ico", sizes: "32x32", type: "image/png" }],
47+
icon: [{ url: "/favicon-v2.ico", sizes: "32x32", type: "image/png" }],
4848
},
4949
};
5050
};

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16668,6 +16668,7 @@ __metadata:
1666816668
dependencies:
1666916669
husky: ^9.1.6
1667016670
lint-staged: ^15.2.10
16671+
react-icons: ^5.5.0
1667116672
languageName: unknown
1667216673
linkType: soft
1667316674

0 commit comments

Comments
 (0)