From 42457c9cd3e8a9bd1d8bb5cd5ec33bc7b94495c0 Mon Sep 17 00:00:00 2001 From: Huu Le <20178761+huult@users.noreply.github.com> Date: Fri, 14 Mar 2025 21:15:57 +0700 Subject: [PATCH 1/2] fix cta hidden --- src/components/ConfirmationPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ConfirmationPage.tsx b/src/components/ConfirmationPage.tsx index e4fc029ea31e..32abe1e269a6 100644 --- a/src/components/ConfirmationPage.tsx +++ b/src/components/ConfirmationPage.tsx @@ -60,7 +60,7 @@ function ConfirmationPage({ const isLottie = isIllustrationLottieAnimation(illustration); return ( - + {isLottie ? ( Date: Fri, 21 Mar 2025 00:00:23 +0700 Subject: [PATCH 2/2] Update ConfirmationPage.tsx --- src/components/ConfirmationPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ConfirmationPage.tsx b/src/components/ConfirmationPage.tsx index 32abe1e269a6..79fa61d3f84d 100644 --- a/src/components/ConfirmationPage.tsx +++ b/src/components/ConfirmationPage.tsx @@ -60,7 +60,7 @@ function ConfirmationPage({ const isLottie = isIllustrationLottieAnimation(illustration); return ( - + {isLottie ? (