diff options
Diffstat (limited to 'templates/components/section.html')
-rw-r--r-- | templates/components/section.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/components/section.html b/templates/components/section.html index ca664fb..081e0e3 100644 --- a/templates/components/section.html +++ b/templates/components/section.html @@ -41,7 +41,7 @@ <div class="control is-expanded has-icons-left"> <input class="input" type="text" name="query" placeholder="Query" spellcheck="false"> <span class="icon is-left"> - <i class="fa-regular fa-magnifying-glass"></i> + <i class="fa-solid fa-magnifying-glass"></i> </span> </div> <div class="control"> |