mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 00:01:51 -05:00
🐛 Fix workspace breadcrumb
This commit is contained in:
parent
95ab5b57b7
commit
d120af2c81
1 changed files with 2 additions and 2 deletions
|
@ -146,8 +146,8 @@
|
|||
[:div.btn-icon-dark.btn-small {:on-click #(reset! show-menu? true)} i/actions]
|
||||
[:div.project-tree {:alt (tr "workspace.sitemap")}
|
||||
[:span.project-name
|
||||
{:on-click #(st/emit! (rt/navigate :dashboard-project {:team-id team-id
|
||||
:project-id (:project-id file)}))}
|
||||
{:on-click #(st/emit! (rt/navigate :dashboard-files {:team-id team-id
|
||||
:project-id (:project-id file)}))}
|
||||
(:name project) " /"]
|
||||
(if @editing?
|
||||
[:input.file-name
|
||||
|
|
Loading…
Add table
Reference in a new issue