From 0bc817fa7f201e9176a586bb1b5c0a68c9406bf6 Mon Sep 17 00:00:00 2001 From: Fringg Date: Fri, 27 Feb 2026 06:52:31 +0300 Subject: [PATCH] fix: move CTA button above additional options section --- src/pages/Subscription.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/Subscription.tsx b/src/pages/Subscription.tsx index 5a9f9f1..1402449 100644 --- a/src/pages/Subscription.tsx +++ b/src/pages/Subscription.tsx @@ -1104,6 +1104,9 @@ export default function Subscription() { )} + {/* Purchase / Renewal CTA */} + + {/* Additional Options (Buy Devices) */} {subscription && subscription.is_active && !subscription.is_trial && (
)} - - {/* Purchase / Renewal CTA */} -
); }