From 7732c9354165197bdad0b7c3e7f83986567ced2e Mon Sep 17 00:00:00 2001 From: Pablo Alba Date: Mon, 24 Aug 2026 14:04:22 +0200 Subject: [PATCH] :lipstick: Update nitrate activation code link (#11330) --- frontend/src/app/main/ui/nitrate/nitrate_form.cljs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/app/main/ui/nitrate/nitrate_form.cljs b/frontend/src/app/main/ui/nitrate/nitrate_form.cljs index 5b983ef888..c9c34bfb73 100644 --- a/frontend/src/app/main/ui/nitrate/nitrate_form.cljs +++ b/frontend/src/app/main/ui/nitrate/nitrate_form.cljs @@ -121,9 +121,7 @@ [:a {:class (stl/css :link) :href "mailto:sales@penpot.app"} "sales@penpot.app"]] [:div {:class (stl/css :activation-code)} - [:p {:class (stl/css :modal-text-large)} - (tr "nitrate.form.subscribe-with-code")] [:p {:class (stl/css :modal-text-large)} [:a {:class (stl/css :link) :on-click on-activate-click} - (tr "nitrate.form.enter-code")]]]])]]]])) + (tr "nitrate.form.subscribe-with-code")]]]])]]]]))