mirror of
https://github.com/penpot/penpot.git
synced 2026-09-09 21:49:10 +00:00
✨ Add link to see current plan
This commit is contained in:
parent
9de591d9d7
commit
eb5b3a3fe5
@ -2,6 +2,7 @@
|
|||||||
(:require
|
(:require
|
||||||
[app.common.data.macros :as dm]
|
[app.common.data.macros :as dm]
|
||||||
[app.common.uri :as u]
|
[app.common.uri :as u]
|
||||||
|
[app.config :as cf]
|
||||||
[app.main.data.modal :as modal]
|
[app.main.data.modal :as modal]
|
||||||
[app.main.repo :as rp]
|
[app.main.repo :as rp]
|
||||||
[app.main.router :as rt]
|
[app.main.router :as rt]
|
||||||
@ -36,4 +37,6 @@
|
|||||||
href (dm/str "/control-center/licenses/start?" (u/map->query-string params))]
|
href (dm/str "/control-center/licenses/start?" (u/map->query-string params))]
|
||||||
(st/emit! (rt/nav-raw :href href)))))
|
(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)}
|
[: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"]]]
|
"See my current plan"]]]
|
||||||
|
|
||||||
[:div {:class (stl/css :contact)}
|
[:div {:class (stl/css :contact)}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user