@@ -15,40 +15,40 @@ const NavBar = () => {
1515 return (
1616 < nav class = "navbar navbar-expand-lg navbar-light bg-light fixed-top" id = "myNav" >
1717 < div className = "container" >
18- < a class = "navbar-brand" href = "/" > < Image id = "logo" src = { logo } alt = "codeuino logo" style = { { heigth :"20vh" , width :"10vw" } } /> </ a >
18+ < Link class = "navbar-brand" to = "/" > < Image id = "logo" src = { logo } alt = "codeuino logo" style = { { heigth :"20vh" , width :"10vw" } } /> </ Link >
1919 < button class = "navbar-toggler" type = "button" data-toggle = "collapse" data-target = "#navbarSupportedContent" aria-controls = "navbarSupportedContent" aria-expanded = "false" aria-label = "Toggle navigation" >
2020 < span class = "navbar-toggler-icon" > </ span >
2121 </ button >
2222 < div class = "collapse navbar-collapse" id = "navbarSupportedContent" >
2323 < ul class = "navbar-nav ml-auto" >
2424 < li class = "nav-item" >
25- < a class = "nav-link" href = "/" > Home < span class = "sr-only" > (current)</ span > </ a >
25+ < Link class = "nav-link" to = "/" > Home < span class = "sr-only" > (current)</ span > </ Link >
2626 </ li >
2727 < li class = "nav-item dropdown" >
28- < a class = "nav-link dropdown-toggle" href = "#" id = "navbarDropdown" role = "button" data-toggle = "dropdown" aria-haspopup = "true" aria-expanded = "false" >
28+ < Link class = "nav-link dropdown-toggle" to = "#" id = "navbarDropdown" role = "button" data-toggle = "dropdown" aria-haspopup = "true" aria-expanded = "false" >
2929 Activities
30- </ a >
30+ </ Link >
3131 < div class = "dropdown-menu" aria-labelledby = "navbarDropdown" >
32- < a class = "dropdown-item" href = "https://docs.codeuino.org/documentation/activities/google-summer-of-code-2019" style = { { textAlign : "center" } } > GSOC 2019</ a >
33- < a class = "dropdown-item" href = "https://github.com/codeuino/gci" style = { { textAlign : "center" } } > GCI 2019-20</ a >
34- < a class = "dropdown-item" href = "https://kwoc.kossiitkgp.org/" style = { { textAlign : "center" } } > KWOC 2018</ a >
35- < a class = "dropdown-item" href = "https://www.gssoc.tech/index.html" style = { { textAlign : "center" } } > GSSOC 2019</ a >
32+ < Link class = "dropdown-item" to = "https://docs.codeuino.org/documentation/activities/google-summer-of-code-2019" style = { { textAlign : "center" } } > GSOC 2019</ Link >
33+ < Link class = "dropdown-item" to = "https://github.com/codeuino/gci" style = { { textAlign : "center" } } > GCI 2019-20</ Link >
34+ < Link class = "dropdown-item" to = "https://kwoc.kossiitkgp.org/" style = { { textAlign : "center" } } > KWOC 2018</ Link >
35+ < Link class = "dropdown-item" to = "https://www.gssoc.tech/index.html" style = { { textAlign : "center" } } > GSSOC 2019</ Link >
3636 </ div >
3737 </ li >
3838 < li class = "nav-item" >
39- < a class = "nav-link" href = "/team" > Team< span class = "sr-only" > (current)</ span > </ a >
39+ < Link class = "nav-link" to = "/team" > Team< span class = "sr-only" > (current)</ span > </ Link >
4040 </ li >
4141 < li class = "nav-item" >
42- < a class = "nav-link" href = "https://docs.codeuino.org/documentation/" > Docs< span class = "sr-only" > (current)</ span > </ a >
42+ < Link class = "nav-link" to = "https://docs.codeuino.org/documentation/" > Docs< span class = "sr-only" > (current)</ span > </ Link >
4343 </ li >
4444 < li class = "nav-item" >
45- < a class = "nav-link" href = "/about" > About Us< span class = "sr-only" > (current)</ span > </ a >
45+ < Link class = "nav-link" to = "/about" > About Us< span class = "sr-only" > (current)</ span > </ Link >
4646 </ li >
4747 < li class = "nav-item" >
48- < a class = "nav-link" href = "/bloglist" > Blogs< span class = "sr-only" > (current)</ span > </ a >
48+ < Link class = "nav-link" to = "/bloglist" > Blogs< span class = "sr-only" > (current)</ span > </ Link >
4949 </ li >
5050 < li class = "nav-item" >
51- < a class = "nav-link" href = "/bloglist " > Join Us< span class = "sr-only" > (current)</ span > </ a >
51+ < Link class = "nav-link" to = "/joinus " > Join Us< span class = "sr-only" > (current)</ span > </ Link >
5252 </ li >
5353 </ ul >
5454 </ div >
0 commit comments