mirror of
https://github.com/penpot/penpot.git
synced 2026-03-15 06:56:06 +00:00
✨ Add link to see current plan
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
(:require
|
||||
[app.common.data.macros :as dm]
|
||||
[app.common.uri :as u]
|
||||
[app.config :as cf]
|
||||
[app.main.data.modal :as modal]
|
||||
[app.main.repo :as rp]
|
||||
[app.main.router :as rt]
|
||||
@@ -36,4 +37,6 @@
|
||||
href (dm/str "/control-center/licenses/start?" (u/map->query-string params))]
|
||||
(st/emit! (rt/nav-raw :href href)))))
|
||||
|
||||
(def go-to-subscription-url (u/join cf/public-uri "#/settings/subscriptions"))
|
||||
|
||||
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
|
||||
|
||||
[:p {:class (stl/css :modal-text-medium)}
|
||||
[:a {:class (stl/css :link)}
|
||||
[:a {:class (stl/css :link) :href dnt/go-to-subscription-url}
|
||||
"See my current plan"]]]
|
||||
|
||||
[:div {:class (stl/css :contact)}
|
||||
|
||||
Reference in New Issue
Block a user