diff --git a/frontend/src/components/hosted/PricingPage.tsx b/frontend/src/components/hosted/PricingPage.tsx
index 9d07d0b..29d1ee8 100644
--- a/frontend/src/components/hosted/PricingPage.tsx
+++ b/frontend/src/components/hosted/PricingPage.tsx
@@ -9,6 +9,9 @@ const PricingPage: React.FC = () => {
+ {/* Spacer */}
+
+
);
diff --git a/frontend/src/components/hosted/payments/PricingDialog.tsx b/frontend/src/components/hosted/payments/PricingDialog.tsx
index 289faf6..fce4a9c 100644
--- a/frontend/src/components/hosted/payments/PricingDialog.tsx
+++ b/frontend/src/components/hosted/payments/PricingDialog.tsx
@@ -38,11 +38,6 @@ const PricingDialog: React.FC = () => {
-
- 1 credit = 1 code generation.
- Cancel subscription at any time.
-
-
{/* Logos */}
diff --git a/frontend/src/components/hosted/payments/PricingPlans.tsx b/frontend/src/components/hosted/payments/PricingPlans.tsx
index e51d03c..c495c7b 100644
--- a/frontend/src/components/hosted/payments/PricingPlans.tsx
+++ b/frontend/src/components/hosted/payments/PricingPlans.tsx
@@ -61,11 +61,7 @@ function PricingPlans() {
- OpenAI models
-
-
-
- Claude models
+ All AI models
@@ -105,11 +101,7 @@ function PricingPlans() {
- OpenAI models
-
-
-
- Claude models
+ All AI models
@@ -119,6 +111,11 @@ function PricingPlans() {
+
+
+ 1 credit = 1 code generation.
+ Cancel subscription at any time.
+
>
);
}