From d120af2c8153a9255faf038b07be51a3b1a9ef87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Tue, 2 Feb 2021 11:07:23 +0100 Subject: [PATCH] :bug: Fix workspace breadcrumb --- frontend/src/app/main/ui/workspace/header.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/main/ui/workspace/header.cljs b/frontend/src/app/main/ui/workspace/header.cljs index 90a42a47b..a10b7a149 100644 --- a/frontend/src/app/main/ui/workspace/header.cljs +++ b/frontend/src/app/main/ui/workspace/header.cljs @@ -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