diff --git a/apps/site/components/Common/CodeBox.tsx b/apps/site/components/Common/CodeBox.tsx index 049e95196c4df..e7d1079d5ee11 100644 --- a/apps/site/components/Common/CodeBox.tsx +++ b/apps/site/components/Common/CodeBox.tsx @@ -25,7 +25,7 @@ const CodeBox: FC> = props => { copyToClipboard(text); notify({ - duration: 300, + duration: 800, message: (
diff --git a/packages/ui-components/src/Providers/NotificationProvider/index.tsx b/packages/ui-components/src/Providers/NotificationProvider/index.tsx index 3aca3b54edd9a..b086b09b17a7f 100644 --- a/packages/ui-components/src/Providers/NotificationProvider/index.tsx +++ b/packages/ui-components/src/Providers/NotificationProvider/index.tsx @@ -39,7 +39,6 @@ export const NotificationProvider: FC = ({ children }) => { {children} - {notification && ( {notification.message}