Reorganize search menu items

This commit is contained in:
Eike Kettner
2020-06-13 16:18:24 +02:00
parent 617487f5b3
commit 6e4aeb512d
4 changed files with 32 additions and 33 deletions

View File

@ -44,9 +44,9 @@ correspondent =
"address card outline icon"
correspondentIcon : Html msg
correspondentIcon =
i [ class correspondent ] []
correspondentIcon : String -> Html msg
correspondentIcon classes =
i [ class (correspondent ++ " " ++ classes) ] []
date : String