templates/header.html: Link to home in navbar

This commit is contained in:
Alan Orth 2021-03-12 21:24:31 +02:00
parent 4de4388b1e
commit 75c5e48aa3
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<header>
<div class="navbar navbar-dark bg-dark shadow-sm">
<div class="container">
<span class="navbar-brand text-white text-decoration-none">DSpace CSV Metadata Quality Checker</span>
<a href="/" class="navbar-brand text-white text-decoration-none">DSpace CSV Metadata Quality Checker</a>
</div>
</div>
</header>