Skip to content

Commit 13c17d3

Browse files
authored
Change the Logo / title / subtitle (#19)
1 parent 02635b4 commit 13c17d3

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

packages/nextjs/components/Header.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ export const Header = () => {
9090
</div>
9191
<Link href="/" passHref className="hidden lg:flex items-center gap-2 ml-4 mr-6 shrink-0">
9292
<div className="flex relative w-10 h-10">
93-
<Image alt="SE2 logo" className="cursor-pointer" fill src="/logo.svg" />
93+
<Image alt="SE2 logo" className="cursor-pointer" fill src="/file.png" />
9494
</div>
9595
<div className="flex flex-col">
96-
<span className="font-bold leading-tight">Scaffold-ETH</span>
97-
<span className="text-xs">Ethereum dev stack</span>
96+
<span className="font-bold leading-tight">Batch #8</span>
97+
<span className="text-xs">Learn Together!</span>
9898
</div>
9999
</Link>
100100
<ul className="hidden lg:flex lg:flex-nowrap menu menu-horizontal px-1 gap-2">

packages/nextjs/public/file.png

351 KB
Loading

packages/nextjs/public/logo.svg

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)