Skip to content

Commit

Permalink
Update navbar.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SDzartov committed Nov 27, 2023
1 parent 96d4c71 commit 70b7272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo_dolfin/templates/components/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ul class="navbar-nav">
<li class="nav-item {% if current_page == 'dash' %}active{% endif %}">
<a class="nav-link" href="/dash/">Dashboard</a>
<a class="nav-link" href="/dash">Dashboard</a>
</li>
<li class="nav-item {% if current_page == 'news' %}active{% endif %}">
<a class="nav-link" href="/news">News</a>
Expand Down

0 comments on commit 70b7272

Please sign in to comment.