Skip to content

Commit

Permalink
fixed links on navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
SDzartov committed Nov 23, 2023
1 parent 8d8250e commit 85c67f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neo_dolfin/templates/components/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="/dash/"><img class="nav-logo" src="{{ url_for('static', filename='logo/dolfinlogoborder.png') }}" alt="nav-logo">DolFin</a>
<a class="navbar-brand" href="/dash"><img class="nav-logo" src="{{ url_for('static', filename='logo/dolfinlogoborder.png') }}" alt="nav-logo">DolFin</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand All @@ -13,7 +13,7 @@

<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="/dash/">Dashboard</a>
<a class="nav-link" href="/dash">Dashboard</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/news">News</a>
Expand Down
Binary file modified neo_dolfin/transactions_ut.db
Binary file not shown.

0 comments on commit 85c67f5

Please sign in to comment.