File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export default function Footer() {
7373 className = "flex w-fit flex-col items-center justify-center md:pt-4"
7474 >
7575 < a href = "/login" >
76- < Button className = "h-8 bg-white text-black" > Get Started</ Button >
76+ < Button className = "h-8 bg-white text-black cursor-pointer " > Get Started</ Button >
7777 </ a >
7878 </ motion . div >
7979 </ div >
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ export function Navigation() {
122122 < NavigationMenu >
123123 < NavigationMenuList className = "gap-1" >
124124 < NavigationMenuItem >
125- < NavigationMenuTrigger className = "bg-transparent text-white" >
125+ < NavigationMenuTrigger className = "bg-transparent text-white cursor-pointer " >
126126 Company
127127 </ NavigationMenuTrigger >
128128 < NavigationMenuContent >
@@ -136,7 +136,7 @@ export function Navigation() {
136136 </ NavigationMenuContent >
137137 </ NavigationMenuItem >
138138 < NavigationMenuItem >
139- < NavigationMenuTrigger className = "bg-transparent text-white" >
139+ < NavigationMenuTrigger className = "bg-transparent text-white cursor-pointer " >
140140 Resources
141141 </ NavigationMenuTrigger >
142142 < NavigationMenuContent >
@@ -155,13 +155,11 @@ export function Navigation() {
155155 </ NavigationMenuContent >
156156 </ NavigationMenuItem >
157157 < NavigationMenuItem className = "bg-transparent text-white" >
158- < a href = "/pricing" >
159- < Button variant = "ghost" className = "h-9 bg-transparent" >
160- Pricing
161- </ Button >
162- </ a >
158+ < Button asChild variant = "ghost" className = "h-9 bg-transparent cursor-pointer" >
159+ < a href = "/pricing" > Pricing</ a >
160+ </ Button >
163161 </ NavigationMenuItem >
164- < NavigationMenuItem className = "bg-transparent text-white" >
162+ < NavigationMenuItem className = "bg-transparent text-white cursor-pointer " >
165163 < a href = "/privacy" >
166164 < Button variant = "ghost" className = "ml-1 h-9 bg-transparent" >
167165 Privacy
@@ -191,7 +189,7 @@ export function Navigation() {
191189 </ div >
192190 </ a >
193191 < Button
194- className = "h-8 bg-white text-black hover:bg-white hover:text-black"
192+ className = "h-8 bg-white text-black hover:bg-white hover:text-black cursor-pointer "
195193 onClick = { ( ) => {
196194 if ( session ) {
197195 navigate ( '/mail/inbox' ) ;
You can’t perform that action at this time.
0 commit comments