Skip to content

Commit b7e848b

Browse files
authored
Merge pull request #34 from Mrwicks00/update-logo
Update logo
2 parents 773470e + bcf5adf commit b7e848b

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

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: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,12 @@ 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" sizes="40px" />
9393
</div>
94+
9495
<div className="flex flex-col">
95-
<span className="font-bold leading-tight">Scaffold-ETH</span>
96-
<span className="text-xs">Ethereum dev stack</span>
96+
<span className="font-bold leading-tight">Batch 16</span>
97+
<span className="text-xs">Building the future of web3</span>
9798
</div>
9899
</Link>
99100
<ul className="hidden lg:flex lg:flex-nowrap menu menu-horizontal px-1 gap-2">
113 KB
Loading

packages/nextjs/public/favicon.ico

15 KB
Binary file not shown.

packages/nextjs/public/favicon.png

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

0 commit comments

Comments
 (0)