File tree 2 files changed +3
-10
lines changed
2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,6 @@ export default function LandingPage() {
19
19
< span className = "font-bold text-lg" > LeetCode Journal</ span >
20
20
</ Link >
21
21
< nav className = "ml-auto flex gap-4 sm:gap-6" >
22
- < Link className = "text-sm font-medium hover:text-primary" href = "#features" >
23
- Features
24
- </ Link >
25
- < Link className = "text-sm font-medium hover:text-primary" href = "#pricing" >
26
- Pricing
27
- </ Link >
28
22
< ThemeToggle />
29
23
</ nav >
30
24
</ header >
@@ -45,7 +39,9 @@ export default function LandingPage() {
45
39
</ div >
46
40
< div className = "space-x-4" >
47
41
< Button size = "lg" className = "bg-primary text-primary-foreground hover:bg-primary/90" > Get Started</ Button >
48
- < Button variant = "outline" size = "lg" > Learn More</ Button >
42
+ < Button variant = "outline" size = "lg" > Learn More
43
+ < a href = "" > </ a >
44
+ </ Button >
49
45
</ div >
50
46
</ div >
51
47
</ div >
Original file line number Diff line number Diff line change @@ -31,9 +31,6 @@ export function ThemeToggle() {
31
31
< DropdownMenuItem onClick = { ( ) => setTheme ( "dark" ) } className = "cursor-pointer" >
32
32
Dark
33
33
</ DropdownMenuItem >
34
- < DropdownMenuItem onClick = { ( ) => setTheme ( "system" ) } className = "cursor-pointer" >
35
- System
36
- </ DropdownMenuItem >
37
34
</ DropdownMenuContent >
38
35
</ DropdownMenu >
39
36
)
You can’t perform that action at this time.
0 commit comments