chore: update icon font

This commit is contained in:
Konstantinos Kaloutas
2022-09-14 17:43:40 +03:00
parent a237444f99
commit debf0e8054
3 changed files with 29 additions and 30 deletions

View File

@@ -192,9 +192,9 @@
(state/close-modal!))
(defn- create-item-render
[type label name]
[icon label name]
(search-result-item
{:icon type
{:icon icon
:class "highlight"
:content [:div.text.font-bold (str label ": ")
[:span.ml-1 name]]}))