summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pages/_app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/_app.js b/src/pages/_app.js
index c0899ea9..136b8cb3 100644
--- a/src/pages/_app.js
+++ b/src/pages/_app.js
@@ -7,7 +7,7 @@ function MyApp({ Component, pageProps }) {
return (
<>
<ToastContainer
- position='bottom-center'
+ position='top-center'
autoClose={5000}
theme='light'
closeOnClick={false}