diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-08 17:06:55 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-08 17:06:55 +0700 |
| commit | ffaf9994e8c47c5a32a2091b7d0949302528ee2e (patch) | |
| tree | c25844790d7b7e78fb27935467c8570059c0dccc | |
| parent | 678c5144cb7ac2a3c6bc8dc090e31313809d13a3 (diff) | |
<iman> update button voucher
| -rw-r--r-- | src-migrate/modules/promo/components/Voucher.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/modules/promo/components/Voucher.tsx b/src-migrate/modules/promo/components/Voucher.tsx index 89b08a01..64b6b935 100644 --- a/src-migrate/modules/promo/components/Voucher.tsx +++ b/src-migrate/modules/promo/components/Voucher.tsx @@ -74,7 +74,7 @@ const Voucher = () => { status: 'success', duration: 3000, isClosable: true, - position: 'bottom', + position: 'top', }) } catch (err) { console.error('Fallback: Oops, unable to copy', err); |
