mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 16:16:38 +02:00
🐛 Fix invalid link on workspace header (presence component).
This commit is contained in:
parent
376d0663c2
commit
41d05d6de0
3 changed files with 2 additions and 3 deletions
|
@ -17,8 +17,7 @@
|
|||
(mf/defc session-widget
|
||||
[{:keys [session self? profile] :as props}]
|
||||
[:li.tooltip.tooltip-bottom
|
||||
{:alt (:fullname profile)
|
||||
:on-click (when self? (st/emitf (rt/navigate :settings/profile)))}
|
||||
{:alt (:fullname profile)}
|
||||
[:img {:style {:border-color (:color session)}
|
||||
:src (cfg/resolve-profile-photo-url profile)}]])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue