changed from svg to ttext in header

This commit is contained in:
Johannes Bülow 2025-08-15 19:18:27 +02:00
parent 81b7f39c51
commit 061281bba9
Signed by: jmb
GPG key ID: B56971CF7B8F83A6

View file

@ -67,7 +67,7 @@ templ NavBar(title string) {
<div class="container mx-auto flex justify-between items-center">
<!-- Logo or Brand Name -->
<a href="/" class="text-white text-lg font-bold">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>
Scanfile
</a>
<!-- Navigation Links -->
<div class="flex space-x-4">