0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 15:51:37 -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.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