mirror of
https://github.com/penpot/penpot.git
synced 2025-03-28 07:31:25 -05:00
🐛 Fix workspace icon-logo navigation link.
This commit is contained in:
parent
ce1cbfa9d9
commit
cba690ead8
1 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,8 @@
|
|||
|
||||
[:header#workspace-bar.workspace-bar
|
||||
[:div.main-icon
|
||||
[:a {:on-click #(st/emit! (rt/nav :dashboard-projects))} i/logo-icon]]
|
||||
[:a {:on-click #(st/emit! (rt/nav :dashboard-team {:team-id "self"}))}
|
||||
i/logo-icon]]
|
||||
|
||||
[:div.project-tree-btn
|
||||
{:alt (tr "header.sitemap")
|
||||
|
|
Loading…
Add table
Reference in a new issue