diff options
| author | trisusilo <tri.susilo@altama.co.id> | 2023-08-04 06:41:13 +0000 |
|---|---|---|
| committer | trisusilo <tri.susilo@altama.co.id> | 2023-08-04 06:41:13 +0000 |
| commit | 3e4551692d60f3399e6ddf59528725a63f578f57 (patch) | |
| tree | c277d619ddc0f8fd790bcad35ba1115c37859923 /src/core/components/elements/CountDown/CountDown2.jsx | |
| parent | 76b277555adb635d61c70b6c77293139b20105f3 (diff) | |
| parent | 9595223471946520f5c156e24eceb577fae4c901 (diff) | |
Merged in CR/flash_sale (pull request #36)
CR/flash sale
Diffstat (limited to 'src/core/components/elements/CountDown/CountDown2.jsx')
| -rw-r--r-- | src/core/components/elements/CountDown/CountDown2.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/components/elements/CountDown/CountDown2.jsx b/src/core/components/elements/CountDown/CountDown2.jsx index 5dafb790..e85a22cb 100644 --- a/src/core/components/elements/CountDown/CountDown2.jsx +++ b/src/core/components/elements/CountDown/CountDown2.jsx @@ -59,7 +59,7 @@ const CountDown2 = ({ initialTime }) => { return ( - <div className='flex justify-between gap-x-2'> + <div className='flex justify-between gap-x-2 mt-18'> <div className='flex flex-col items-center'> <span className='bg-yellow-400 border border-yellow-400 text-black font-sm w-10 h-7 flex items-center justify-center rounded-lg'> {timeLeft.day.toString().padStart(2, '0')} |
