From ac02bc4bcf4f7336a9479390fb967ef159bb3f5c Mon Sep 17 00:00:00 2001 From: Md-Rubel-Ahmed-Rana Date: Tue, 9 Jul 2024 00:00:24 +0600 Subject: [PATCH] Checkout page responsive issue solved --- .../components/pages/checkout/Checkout.tsx | 30 +++++++++++-------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/frontend/src/components/pages/checkout/Checkout.tsx b/frontend/src/components/pages/checkout/Checkout.tsx index 8dd8164..88498a9 100644 --- a/frontend/src/components/pages/checkout/Checkout.tsx +++ b/frontend/src/components/pages/checkout/Checkout.tsx @@ -30,30 +30,34 @@ const CheckoutPage = () => { }; return ( -
-
-

+
+
+

Thanks for checkout

-
-
+
+

User Information

-

Name: {user?.name}

-

Email: {user?.email}

-

User ID: {user?.id}

+

Name: {user?.name}

+

Email: {user?.email}

+

User ID: {user?.id}

-
+

Payment Information

-

Plan: {paymentData?.plan}

-

Price: ${paymentData?.price}/month

-

Features: {paymentData?.features.join(", ")}

+

Plan: {paymentData?.plan}

+

+ Price: ${paymentData?.price}/month +

+

+ Features: {paymentData?.features.join(", ")} +