diff options
| author | Rafi Zadanly <rafizadanly@gmail.com> | 2022-11-18 11:47:34 +0700 |
|---|---|---|
| committer | Rafi Zadanly <rafizadanly@gmail.com> | 2022-11-18 11:47:34 +0700 |
| commit | b554b29e1ed7f52e07143f22c9cf14ac36a589d0 (patch) | |
| tree | a982ba51216623e77a6ad5f814244fc3d4147f15 | |
| parent | 665884db8352925c011f108f67c08002bc4e6ffa (diff) | |
change toast position
| -rw-r--r-- | src/pages/_app.js | 2 |
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} |
