From c91e98eb23dcd8108f561cc25bea40189068d42e Mon Sep 17 00:00:00 2001 From: 0xmegalodon Date: Tue, 23 Jan 2024 20:38:38 +0700 Subject: [PATCH 1/2] add modal --- src/modules/Whitelist/stepAirdrop/Countdown/index.tsx | 2 +- .../landing/Componets/Hero/JoinAllowList/styles.module.scss | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/modules/Whitelist/stepAirdrop/Countdown/index.tsx b/src/modules/Whitelist/stepAirdrop/Countdown/index.tsx index 99bb780ae..d7ce292b1 100644 --- a/src/modules/Whitelist/stepAirdrop/Countdown/index.tsx +++ b/src/modules/Whitelist/stepAirdrop/Countdown/index.tsx @@ -55,7 +55,7 @@ const Countdown: React.FC = ({ {ended && Ended} {!ended && ( - {`${showDay ? `${days}d ` : ''}${hours}h:${minutes}m:${seconds}s`} + {`${showDay ? `${days}d : ` : ''}${hours}h : ${minutes}m : ${seconds}s`} )} ); diff --git a/src/modules/landing/Componets/Hero/JoinAllowList/styles.module.scss b/src/modules/landing/Componets/Hero/JoinAllowList/styles.module.scss index 900bdd2ed..90076c525 100644 --- a/src/modules/landing/Componets/Hero/JoinAllowList/styles.module.scss +++ b/src/modules/landing/Componets/Hero/JoinAllowList/styles.module.scss @@ -34,11 +34,12 @@ &_time { width: fit-content; + text-transform: uppercase; } } &.isFooter { - padding: 40px 0; + padding: 30px 0; } @include is-min-table { From d9e454f9596b9484f1d5d20292f28c49c5031b66 Mon Sep 17 00:00:00 2001 From: 0xmegalodon Date: Tue, 23 Jan 2024 20:41:11 +0700 Subject: [PATCH 2/2] add modal --- .../landing/Componets/Hero/JoinAllowList/styles.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/landing/Componets/Hero/JoinAllowList/styles.module.scss b/src/modules/landing/Componets/Hero/JoinAllowList/styles.module.scss index 90076c525..f104afd19 100644 --- a/src/modules/landing/Componets/Hero/JoinAllowList/styles.module.scss +++ b/src/modules/landing/Componets/Hero/JoinAllowList/styles.module.scss @@ -11,7 +11,7 @@ bottom: 0; left: 0; @include is-min-table { - padding: 40px 0; + padding: 30px 0; } }