mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 22:53:02 +00:00
🐛 Fix invalid link on workspace header (presence component).
This commit is contained in:
committed by
Andrés Moya
parent
376d0663c2
commit
41d05d6de0
@@ -17,6 +17,7 @@
|
||||
- Remove unnecesary redirect from history when user goes to workspace from dashboard [Taiga 1820](https://tree.taiga.io/project/penpot/issue/1820).
|
||||
- Fix tooltip position on view application [Taiga 1819](https://tree.taiga.io/project/penpot/issue/1819).
|
||||
- Fix dashboard navigation on moving file to other team [Taiga 1817](https://tree.taiga.io/project/penpot/issue/1817).
|
||||
- Fix workspace header presence styles and invalid link [Taiga 1813](https://tree.taiga.io/project/penpot/issue/1813).
|
||||
|
||||
### :arrow_up: Deps updates
|
||||
### :boom: Breaking changes
|
||||
|
||||
@@ -179,7 +179,6 @@
|
||||
|
||||
.active-users {
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
margin: 0;
|
||||
|
||||
|
||||
@@ -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)}]])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user