Skip to content

Commit c547cf4

Browse files
authored
Merge pull request #28 from dharmanan/feature/issue-9-logo-branding
feat: Update logo, favicon, title and subtitle for Batch 22
2 parents 018022f + 8a48974 commit c547cf4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

packages/nextjs/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ const Home: NextPage = () => {
1313
<span className="block text-2xl mb-2">Welcome to</span>
1414
<span className="block text-4xl font-bold">Batch 22</span>
1515
</h1>
16-
<p className="text-center text-lg">Get started by taking a look at your batch GitHub repository.</p>
17-
<p className="text-lg flex gap-2 justify-center">
16+
<p className="text-center text-lg mt-2">Building the future of web3 together</p>
17+
<p className="text-lg flex gap-2 justify-center mt-6">
1818
<span className="font-bold">Checked in builders count:</span>
1919
<span>To Be Implemented</span>
2020
</p>

packages/nextjs/components/Header.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const HeaderMenuLinks = () => {
4141
passHref
4242
className={`${
4343
isActive ? "bg-secondary shadow-md" : ""
44-
} hover:bg-secondary hover:shadow-md focus:!bg-secondary active:!text-neutral py-1.5 px-3 text-sm rounded-full gap-2 grid grid-flow-col`}
44+
} hover:bg-secondary hover:shadow-md focus:bg-secondary! active:text-neutral! py-1.5 px-3 text-sm rounded-full gap-2 grid grid-flow-col`}
4545
>
4646
{icon}
4747
<span>{label}</span>
@@ -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="Batch 22 logo" className="cursor-pointer" fill src="/logo.png" />
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 22</span>
90+
<span className="text-xs">Building web3 together</span>
9191
</div>
9292
</Link>
9393
<ul className="hidden lg:flex lg:flex-nowrap menu menu-horizontal px-1 gap-2">

packages/nextjs/public/favicon.png

-5.07 KB
Loading

packages/nextjs/public/logo.png

2.4 KB
Loading

0 commit comments

Comments
 (0)