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/home.html | |
parent | 732789cab9aa7e70e373050ae7c777951df196ee (diff) |
remove fa regular.css
Diffstat (limited to 'templates/home.html')
-rw-r--r-- | templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/home.html b/templates/home.html index cec0969..06fe2e8 100644 --- a/templates/home.html +++ b/templates/home.html @@ -13,7 +13,7 @@ <div class="control is-expanded has-icons-left"> <input class="input is-large" type="text" name="query" placeholder="Query" spellcheck="false"> <span class="icon is-small is-left"> - <i class="fa-regular fa-magnifying-glass"></i> + <i class="fa-solid fa-magnifying-glass"></i> </span> </div> <div class="control"> |