File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,11 @@ export const Navbar = () => {
5858
5959 { /* CTA Button */ }
6060 < div className = "hidden md:block" >
61- < Button className = "bg-primary hover:bg-primary/90 text-primary-foreground font-semibold" >
62- Start Analysis
63- </ Button >
61+ < NavLink to = "/upload" >
62+ < Button className = "bg-primary hover:bg-primary/90 text-primary-foreground font-semibold" >
63+ Start Analysis
64+ </ Button >
65+ </ NavLink >
6466 </ div >
6567
6668 { /* Mobile Menu Button */ }
@@ -111,9 +113,11 @@ export const Navbar = () => {
111113 Analysis Jobs
112114 </ NavLink >
113115
114- < Button className = "w-full bg-primary hover:bg-primary/90 text-primary-foreground font-semibold mt-4" >
115- Start Analysis
116- </ Button >
116+ < NavLink to = "/upload" onClick = { ( ) => setIsOpen ( false ) } >
117+ < Button className = "w-full bg-primary hover:bg-primary/90 text-primary-foreground font-semibold mt-4" >
118+ Start Analysis
119+ </ Button >
120+ </ NavLink >
117121 </ div >
118122 ) }
119123 </ div >
You can’t perform that action at this time.
0 commit comments