0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-24 15:56:11 -05:00

🚧 Add temporal multiuser avatar (to be removed).

This commit is contained in:
Andrey Antukh 2019-12-20 11:09:21 +01:00
parent 90dbe70b9f
commit 150eed3426

View file

@ -48,7 +48,7 @@
:on-click (when self? :on-click (when self?
#(st/emit! (rt/navigate :settings/profile)))} #(st/emit! (rt/navigate :settings/profile)))}
[:img {:style {:border-color (:color user)} [:img {:style {:border-color (:color user)}
:src "/images/avatar.jpg"}]]) :src (if self? "/images/avatar.jpg" "/images/avatar-red.jpg")}]])
(mf/defc active-users (mf/defc active-users
[props] [props]