File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments