Merge branch 'master' into devel

This commit is contained in:
Walkx
2022-05-12 13:15:39 +02:00
committed by GitHub
18 changed files with 430 additions and 224 deletions

View File

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