diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-08-04 13:24:58 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-08-04 13:24:58 +0700 |
| commit | d9652e77733a24b329f8d849e700222f06c4331e (patch) | |
| tree | 0d82019d45ac1be310dc37b50556249c72555dae /src/core/components/elements/CountDown/CountDown2.jsx | |
| parent | 9010695979e4fb39a021901fa8b2b0be9efd3c77 (diff) | |
add image backgournd
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')} |
