From 0aafcfefa9243aeea03f977a210221676fe4fbfa Mon Sep 17 00:00:00 2001 From: Piotr Rogowski Date: Sun, 3 Apr 2022 15:40:30 +0200 Subject: [PATCH] Change notifications placement --- src/pages/auth/notifications.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/auth/notifications.ts b/src/pages/auth/notifications.ts index f31182e..8a7eb1e 100644 --- a/src/pages/auth/notifications.ts +++ b/src/pages/auth/notifications.ts @@ -4,6 +4,7 @@ const duration = 6; const baseOptions = { duration, + placement: 'bottomRight' as const, }; const emailNotVerified = () => notification.warning({