summaryrefslogtreecommitdiff
path: root/src-migrate/modules
diff options
context:
space:
mode:
Diffstat (limited to 'src-migrate/modules')
-rw-r--r--src-migrate/modules/promo/components/Voucher.tsx2
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);