🎉 Add pin fill icon

This commit is contained in:
elhombretecla 2021-04-23 14:59:17 +02:00 committed by Andrés Moya
parent d57f4cebff
commit a14d8e2b41
4 changed files with 10 additions and 2 deletions

View file

@ -71,7 +71,9 @@
[:div.icon.pin-icon
{:class (when (:is-pinned project) "active")
:on-click toggle-pin}
i/pin]]))
(if (:is-pinned project)
i/pin-fill
i/pin)]]))
[:a.btn-secondary.btn-small {:on-click on-create-clicked}
(tr "dashboard.new-file")]]))