From d03ca9dd98fc446e71baaade948ea9446cb820bc Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sat, 8 Aug 2026 17:08:47 +0000 Subject: [PATCH] fix(frontend): move plan page CTAs below pricing cards Credits and expert-service banners sat above the plan grid and forced users to scroll before seeing prices. Place them under the pricing cards instead. Co-authored-by: Martin DONADIEU --- src/pages/settings/organization/Plans.vue | 52 +++++++++++------------ 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/src/pages/settings/organization/Plans.vue b/src/pages/settings/organization/Plans.vue index c2b1c37c9b..5c96589478 100644 --- a/src/pages/settings/organization/Plans.vue +++ b/src/pages/settings/organization/Plans.vue @@ -534,32 +534,6 @@ function buttonStyle(p: Database['public']['Tables']['plans']['Row']) { {{ t('plan-failed') }} - - - - -
-
-
-

- {{ t('expert-service-title') }} -

-

- {{ t('expert-service-desc') }} -

-
- - {{ t('expert-service-cta') }} - -
-
-
+ + + + +
+
+
+

+ {{ t('expert-service-title') }} +

+

+ {{ t('expert-service-desc') }} +

+
+ + {{ t('expert-service-cta') }} + +
+
+
{{ t('plan-page-warn').replace('%ORG_NAME%', currentOrganization?.name ?? '') }}