mirror of
https://github.com/penpot/penpot.git
synced 2026-05-30 04:08:08 +00:00
🐛 Fix dashboard fonts section nav link
This commit is contained in:
parent
eaec46a67b
commit
585c273cd6
@ -307,7 +307,7 @@
|
|||||||
ptk/WatchEvent
|
ptk/WatchEvent
|
||||||
(watch [_ state _]
|
(watch [_ state _]
|
||||||
(let [team-id (or team-id (:current-team-id 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
|
(defn go-to-dashboard-recent
|
||||||
[& {:keys [team-id] :as options}]
|
[& {:keys [team-id] :as options}]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user