Skip to content

Commit

Permalink
use new searchbar styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ehanahamed committed Oct 13, 2024
1 parent 32d9d71 commit dd3ffd1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web/views/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@
<eta> }) </eta>
</div>
<eta> } else { </eta>
<input type="text" placeholder="search" />
<div class="searchbar">
<i class="searchbar-icon nf nf-fa-search"></i>
<input type="text" placeholder="Search" />
</div>
<eta> } </eta>
</div>
</div>
Expand Down

0 comments on commit dd3ffd1

Please sign in to comment.