mirror of
https://github.com/penpot/penpot.git
synced 2026-04-30 13:49:06 +00:00
🐛 Fix workspace breadcrumb
This commit is contained in:
parent
95ab5b57b7
commit
d120af2c81
@ -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…
x
Reference in New Issue
Block a user