File tree Expand file tree Collapse file tree 3 files changed +1359
-1384
lines changed
Expand file tree Collapse file tree 3 files changed +1359
-1384
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ export default function LandingPage() {
4141 < Link className = "flex items-center justify-center" href = "/" >
4242 < span className = "ml-2 text-lg font-bold" > Librarease</ span >
4343 </ Link >
44- < nav className = "flex gap-4 sm:gap-6" >
45- < ModeToggle />
44+ < nav className = "flex gap-2 sm:gap-6" >
4645 < Button variant = "ghost" asChild >
4746 < Link href = "/login" > Sign In</ Link >
4847 </ Button >
4948 < Button asChild >
5049 < Link href = "/signup" > Get Started</ Link >
5150 </ Button >
51+ < ModeToggle />
5252 </ nav >
5353 </ header >
5454 < main className = "flex-1" >
Original file line number Diff line number Diff line change 44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev --turbopack" ,
7- "build" : " next build" ,
7+ "build" : " next build --turbopack " ,
88 "start" : " next start" ,
99 "lint" : " next lint" ,
1010 "format" : " prettier --write ."
3535 "firebase" : " ^11.1.0" ,
3636 "firebase-admin" : " ^13.0.2" ,
3737 "lucide-react" : " ^0.475.0" ,
38- "next" : " 15.2.x " ,
38+ "next" : " 15.3.5 " ,
3939 "next-themes" : " ^0.4.6" ,
4040 "react" : " ^19.0.0" ,
4141 "react-day-picker" : " ^9.7.0" ,
You can’t perform that action at this time.
0 commit comments