Skip to content
Snippets Groups Projects
Commit 6d9274d1 authored by James Constantinos Ladd's avatar James Constantinos Ladd
Browse files

Added compendium to navbar

parent e5f9147e
No related branches found
No related tags found
1 merge request!131[COMP-331] Added compendium to navbar
...@@ -25,6 +25,7 @@ function ExternalPageNavBar(): ReactElement { ...@@ -25,6 +25,7 @@ function ExternalPageNavBar(): ReactElement {
<li><a className="nav-link-entry" href="https://about.geant.org/">ABOUT</a></li> <li><a className="nav-link-entry" href="https://about.geant.org/">ABOUT</a></li>
<li><a className="nav-link-entry" href="https://connect.geant.org/community-news">NEWS</a></li> <li><a className="nav-link-entry" href="https://connect.geant.org/community-news">NEWS</a></li>
<li><a className="nav-link-entry" href="https://resources.geant.org/">RESOURCES</a></li> <li><a className="nav-link-entry" href="https://resources.geant.org/">RESOURCES</a></li>
<li><a className="nav-link-entry" href="https://compendium.geant.org/">COMPENDIUM</a></li>
</ul> </ul>
</nav> </nav>
......
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
border-radius: 2px; border-radius: 2px;
float: left; float: left;
font-family: "Open Sans", sans-serif; font-family: "Open Sans", sans-serif;
font-size: 0.9rem; font-size: 0.8rem;
font-weight: 600; font-weight: 600;
text-decoration: none; text-decoration: none;
color: #b0cde1; color: #b0cde1;
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment