mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🚧 Add temporal multiuser avatar (to be removed).
This commit is contained in:
parent
90dbe70b9f
commit
150eed3426
@ -48,7 +48,7 @@
|
||||
:on-click (when self?
|
||||
#(st/emit! (rt/navigate :settings/profile)))}
|
||||
[:img {:style {:border-color (:color user)}
|
||||
:src "/images/avatar.jpg"}]])
|
||||
:src (if self? "/images/avatar.jpg" "/images/avatar-red.jpg")}]])
|
||||
|
||||
(mf/defc active-users
|
||||
[props]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user