We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02dd80e commit e5004faCopy full SHA for e5004fa
templates/menus/header.html
@@ -1,6 +1,6 @@
1
<nav class="navbar navbar-expand-lg bg-body-tertiary fixed-top shadow">
2
<div class="container">
3
- <a class="navbar-brand" href="#">
+ <a class="navbar-brand" href="/">
4
<img src="/assets/images/torrentmanager_flat.png" style="height: 100%; max-height: 2em;">
5
</a>
6
@@ -31,9 +31,6 @@
31
<!-- <li class="nav-item"> -->
32
<!-- <a class="nav-link" href="/chores">Chores</a> -->
33
<!-- </li> -->
34
- <!-- <li class="nav-item"> -->
35
- <!-- <a class="nav-link" href="/logs">Logs</a> -->
36
- <!-- </li> -->
37
</ul>
38
<span class="navbar-text">
39
<a class="btn btn-success text-white" href="/">
0 commit comments