Skip to content

Commit 7e37a0f

Browse files
committed
Remove unrelated files from PR: page.tsx and 596.avif and fixed the codebase
1 parent 8479777 commit 7e37a0f

File tree

9 files changed

+18
-7
lines changed

9 files changed

+18
-7
lines changed

package.json

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

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/app/page.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,14 @@ const Home: NextPage = () => {
1717
<div className="flex items-center flex-col grow pt-10">
1818
<div className="px-5">
1919
<div className="relative w-32 h-32 mb-6 mx-auto">
20-
<Image src="/batch-logo.png" alt="Batch 16 Logo" fill className="object-contain" priority />
20+
<Image
21+
src="/batch-logo.webp"
22+
alt="Batch 16 Logo"
23+
width={288}
24+
height={288}
25+
className="object-contain"
26+
priority
27+
/>
2128
</div>
2229
<h1 className="text-center">
2330
<span className="block text-2xl mb-2">Welcome to</span>

packages/nextjs/components/Header.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ export const Header = () => {
8383
</details>
8484
<Link href="/" passHref className="hidden lg:flex items-center gap-2 ml-4 mr-6 shrink-0">
8585
<div className="flex relative w-10 h-10">
86-
<Image alt="SE2 logo" className="cursor-pointer" fill src="/logo.svg" />
86+
<Image alt="SE2 logo" className="cursor-pointer" fill src="/batch-logo.webp" />
8787
</div>
8888
<div className="flex flex-col">
89-
<span className="font-bold leading-tight">Scaffold-ETH</span>
90-
<span className="text-xs">Ethereum dev stack</span>
89+
<span className="font-bold leading-tight">Batch 16</span>
90+
<span className="text-xs">Building the future of web3</span>
9191
</div>
9292
</Link>
9393
<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
@@ -16658,6 +16658,7 @@ __metadata:
1665816658
dependencies:
1665916659
husky: ^9.1.6
1666016660
lint-staged: ^15.2.10
16661+
react-icons: ^5.5.0
1666116662
languageName: unknown
1666216663
linkType: soft
1666316664

0 commit comments

Comments
 (0)