Skip to content

Commit e5004fa

Browse files
Gabatxo1312angrynode
authored andcommitted
Add href to logo in header
1 parent 02dd80e commit e5004fa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

templates/menus/header.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<nav class="navbar navbar-expand-lg bg-body-tertiary fixed-top shadow">
22
<div class="container">
3-
<a class="navbar-brand" href="#">
3+
<a class="navbar-brand" href="/">
44
<img src="/assets/images/torrentmanager_flat.png" style="height: 100%; max-height: 2em;">
55
</a>
66

@@ -31,9 +31,6 @@
3131
<!-- <li class="nav-item"> -->
3232
<!-- <a class="nav-link" href="/chores">Chores</a> -->
3333
<!-- </li> -->
34-
<!-- <li class="nav-item"> -->
35-
<!-- <a class="nav-link" href="/logs">Logs</a> -->
36-
<!-- </li> -->
3734
</ul>
3835
<span class="navbar-text">
3936
<a class="btn btn-success text-white" href="/">

0 commit comments

Comments
 (0)