summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/_app.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/_app.jsx b/src/pages/_app.jsx
index 8b13cc0b..7b04fea2 100644
--- a/src/pages/_app.jsx
+++ b/src/pages/_app.jsx
@@ -15,7 +15,7 @@ function MyApp({ Component, pageProps }) {
return (
<>
<Toaster
- position='top-center'
+ position={isMobile ? 'top-center' : 'bottom-center'}
toastOptions={{
duration: 3000,
className: 'border border-gray_r-8'