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:
parent
90dbe70b9f
commit
150eed3426
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||||
|
|
Loading…
Add table
Reference in a new issue