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.btn-icon-dark.btn-small {:on-click #(reset! show-menu? true)} i/actions]
|
||||||
[:div.project-tree {:alt (tr "workspace.sitemap")}
|
[:div.project-tree {:alt (tr "workspace.sitemap")}
|
||||||
[:span.project-name
|
[:span.project-name
|
||||||
{:on-click #(st/emit! (rt/navigate :dashboard-project {:team-id team-id
|
{:on-click #(st/emit! (rt/navigate :dashboard-files {:team-id team-id
|
||||||
:project-id (:project-id file)}))}
|
:project-id (:project-id file)}))}
|
||||||
(:name project) " /"]
|
(:name project) " /"]
|
||||||
(if @editing?
|
(if @editing?
|
||||||
[:input.file-name
|
[:input.file-name
|
||||||
|
|
Loading…
Add table
Reference in a new issue