Fixed some weirdness with the search button
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
2a928f96ad
commit
f4850c33ea
@ -28,7 +28,7 @@
|
|||||||
<li><form id="search-form" action="/search" method="GET">
|
<li><form id="search-form" action="/search" method="GET">
|
||||||
<input type="text" name="search" placeholder="enter a search query...">
|
<input type="text" name="search" placeholder="enter a search query...">
|
||||||
|
|
||||||
<button type="submit" name="button"><i class="fa-solid fa-magnifying-glass"></i></button>
|
<button type="submit" for="search-form"><i class="fa-solid fa-magnifying-glass"></i></button>
|
||||||
</form></li>
|
</form></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user