🏗️ Make the max notifications to 4

This commit is contained in:
ajnart
2022-05-25 13:12:12 +02:00
parent 2cb6781a94
commit af83695d81

View File

@@ -38,7 +38,7 @@ export default function App(props: AppProps & { colorScheme: ColorScheme }) {
withGlobalStyles
withNormalizeCSS
>
<NotificationsProvider limit={2} position="top-right">
<NotificationsProvider limit={4} position="top-right">
<ConfigProvider>
<Layout>
<Component {...pageProps} />