From 5766376590749d6b0af3a5e92ed0338b53191bfe Mon Sep 17 00:00:00 2001 From: "web@ppanel" Date: Wed, 8 Jan 2025 00:42:58 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(subscribe):=20Improve=20layout?= =?UTF-8?q?=20and=20styling=20in=20subscription=20components?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/user/components/main/product-showcase.tsx | 2 +- apps/user/components/subscribe/detail.tsx | 2 +- apps/user/components/subscribe/purchase.tsx | 2 +- apps/user/components/subscribe/renewal.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/user/components/main/product-showcase.tsx b/apps/user/components/main/product-showcase.tsx index 82b8086..99a0cf9 100644 --- a/apps/user/components/main/product-showcase.tsx +++ b/apps/user/components/main/product-showcase.tsx @@ -50,7 +50,7 @@ export function ProductShowcase() { > {t('product_showcase_description')} -
+
{data?.map((item, index) => ( ) { return ( <>
{t('productDetail')}
-
    +
      {subscribe?.name && (
    • {subscribe?.name} diff --git a/apps/user/components/subscribe/purchase.tsx b/apps/user/components/subscribe/purchase.tsx index d9328ad..2bee590 100644 --- a/apps/user/components/subscribe/purchase.tsx +++ b/apps/user/components/subscribe/purchase.tsx @@ -125,7 +125,7 @@ export default function Purchase({ subscribe, setSubscribe }: Readonly
      -
      +
      ) {
      -
      +