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:
parent
eaec46a67b
commit
585c273cd6
1 changed files with 1 additions and 1 deletions
|
@ -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}]
|
||||
|
|
Loading…
Reference in a new issue