diff --git a/frontend/src/app/main/data/common.cljs b/frontend/src/app/main/data/common.cljs index 925c31467..f1ff93055 100644 --- a/frontend/src/app/main/data/common.cljs +++ b/frontend/src/app/main/data/common.cljs @@ -307,7 +307,7 @@ ptk/WatchEvent (watch [_ state _] (let [team-id (or team-id (:current-team-id state))] - (rx/of (rt/nav :dashboard-libraries {:team-id team-id})))))) + (rx/of (rt/nav :dashboard-fonts {:team-id team-id})))))) (defn go-to-dashboard-recent [& {:keys [team-id] :as options}]