Skip to content
Snippets Groups Projects
Commit d2fd7062 authored by Alejandro Rojo Moreno's avatar Alejandro Rojo Moreno
Browse files

Revert "Merge branch 'NavBar_Rojo' into 'main'"

This reverts merge request !39
parent 4c515363
No related branches found
No related tags found
1 merge request!40Revert "Merge branch 'NavBar_Rojo' into 'main'"
......@@ -18,6 +18,7 @@
height: 100%;
font-size: 2.25vh;
transition-duration: 0.25s;
color: white;
}
.dropdown-item:hover {
color: #40b0a6;
......@@ -121,7 +122,7 @@
<!---- Project ---->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="{{ url_for('pages', page='team') }}" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Project
Proyecto
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="{{ url_for('pages', page='description') }}">Description</a></li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment