0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-04 13:50:12 -05:00

🐛 Fix dashboard fonts section nav link

This commit is contained in:
Andrey Antukh 2024-12-23 12:20:03 +01:00
parent eaec46a67b
commit 585c273cd6

View file

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