Skip to content

Commit 3f142ac

Browse files
authored
Fixed the nav links (#187)
* Fixed the nav links * Fixed the nav links
1 parent b6aed8b commit 3f142ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/NavBar/index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ const NavBar = () => {
2929
Activities
3030
</Link>
3131
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
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>
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>
3636
</div>
3737
</li>
3838
<li class="nav-item">
3939
<Link class="nav-link" to="/team">Team<span class="sr-only">(current)</span></Link>
4040
</li>
4141
<li class="nav-item">
42-
<Link class="nav-link" to="https://docs.codeuino.org/documentation/">Docs<span class="sr-only">(current)</span></Link>
42+
<a class="nav-link" href="https://docs.codeuino.org/documentation/">Docs<span class="sr-only">(current)</span></a>
4343
</li>
4444
<li class="nav-item">
4545
<Link class="nav-link" to="/about">About Us<span class="sr-only">(current)</span></Link>

0 commit comments

Comments
 (0)