Skip to content

Commit

Permalink
Merge pull request #93 from TrustlessComputer/main_update_eco_system
Browse files Browse the repository at this point in the history
add modal
  • Loading branch information
0xmegalodon authored Jan 23, 2024
2 parents 5869305 + d9e454f commit 79f268e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/modules/Whitelist/stepAirdrop/Countdown/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const Countdown: React.FC<IProps> = ({

{ended && <Text className={s.text}>Ended</Text>}
{!ended && (
<Text className={s.text}>{`${showDay ? `${days}d ` : ''}${hours}h:${minutes}m:${seconds}s`}</Text>
<Text className={s.text}>{`${showDay ? `${days}d : ` : ''}${hours}h : ${minutes}m : ${seconds}s`}</Text>
)}
</div>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
bottom: 0;
left: 0;
@include is-min-table {
padding: 40px 0;
padding: 30px 0;
}
}

Expand All @@ -34,11 +34,12 @@

&_time {
width: fit-content;
text-transform: uppercase;
}
}

&.isFooter {
padding: 40px 0;
padding: 30px 0;
}

@include is-min-table {
Expand Down

0 comments on commit 79f268e

Please sign in to comment.