changed from svg to ttext in header
This commit is contained in:
parent
81b7f39c51
commit
061281bba9
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ templ NavBar(title string) {
|
||||||
<div class="container mx-auto flex justify-between items-center">
|
<div class="container mx-auto flex justify-between items-center">
|
||||||
<!-- Logo or Brand Name -->
|
<!-- Logo or Brand Name -->
|
||||||
<a href="/" class="text-white text-lg font-bold">
|
<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>
|
</a>
|
||||||
<!-- Navigation Links -->
|
<!-- Navigation Links -->
|
||||||
<div class="flex space-x-4">
|
<div class="flex space-x-4">
|
||||||
|
|
Loading…
Add table
Reference in a new issue