Add link to see current plan

This commit is contained in:
Marina López
2026-03-02 13:03:17 +01:00
parent 9de591d9d7
commit eb5b3a3fe5
2 changed files with 4 additions and 1 deletions

View File

@@ -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"))

View File

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