0
Fork 0
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:
Andrés Moya 2021-02-02 11:07:23 +01:00 committed by Andrey Antukh
parent 95ab5b57b7
commit d120af2c81

View file

@ -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