This repository was archived by the owner on Sep 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const Navbar = () => {
99 const [ isMenuOpen , setIsMenuOpen ] = useState ( false ) ;
1010
1111 const toggleMenu = ( ) => {
12- setIsMenuOpen ( ! isMenuOpen ) ;
12+ setIsMenuOpen ( ! isMenuOpen ) ;
1313 } ;
1414
1515 return (
@@ -19,15 +19,15 @@ const Navbar = () => {
1919 </ button >
2020
2121 < img src = { logo_lightt } alt = "Logo" className = 'logo' />
22-
22+
2323 < ul className = { isMenuOpen ? 'active' : '' } >
24- < a href = "/" > < li > MES </ li > </ a >
25- < a href = "/Initiatives" > < li > Initiatives</ li > </ a >
26- < a href = "/blog" > < li > Blogs</ li > </ a >
27- < a href = "/AboutUs" > < li > About Us</ li > </ a >
28- < a href = "/MeettheTeam" > < li > The Team</ li > </ a >
29- < a href = "/Home " > < li > E-CELL </ li > </ a >
30-
24+ < a href = "/" > < li > Home </ li > </ a >
25+ < a href = "/Initiatives" > < li > Initiatives</ li > </ a >
26+ < a href = "/blog" > < li > Blogs</ li > </ a >
27+ < a href = "/AboutUs" > < li > About Us</ li > </ a >
28+ < a href = "/MeettheTeam" > < li > The Team</ li > </ a >
29+ < a href = "/mes " > < li > MES </ li > </ a >
30+
3131 </ ul >
3232 </ div >
3333 ) ;
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ const HomePage = () => {
8080
8181
8282 < Link
83- to = "/"
83+ to = "/mes "
8484 target = "_blank"
8585 className = "bg-blue-mid hover:bg-blue-mid/80 text-white px-8 py-4 text-lg rounded-full transition-colors duration-200 ease-out"
8686 >
You can’t perform that action at this time.
0 commit comments