diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-08 15:32:34 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-08 15:32:34 +0700 |
| commit | 2fbf5023e0d29765458b3385f354b416d08c42c4 (patch) | |
| tree | 1c7147809399d29007be305c52304a8eef754f25 /src-migrate/modules/promo | |
| parent | 120804d474b12743fb7e6fe9a5a3b024e52707d7 (diff) | |
<iman> update position toast
Diffstat (limited to 'src-migrate/modules/promo')
| -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 9e28a583..89b08a01 100644 --- a/src-migrate/modules/promo/components/Voucher.tsx +++ b/src-migrate/modules/promo/components/Voucher.tsx @@ -38,7 +38,7 @@ const Voucher = () => { status: 'success', duration: 3000, isClosable: true, - position: 'bottom', + position: 'top', }) }) .catch(() => { |
