diff options
author | navanchauhan <navanchauhan@gmail.com> | 2023-01-21 16:50:17 -0700 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2023-01-21 16:50:17 -0700 |
commit | 9d8f369405802c249658aa247b1c617126ead2da (patch) | |
tree | 1b427fc22a3031469d7bbce1dad9a8449bdca4db /templates/components/section.html | |
parent | 732789cab9aa7e70e373050ae7c777951df196ee (diff) |
remove fa regular.css
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"> |