toast slide in from left so it doesnt obscure data

This commit is contained in:
proddy
2024-10-11 22:00:57 +01:00
parent 38f42445aa
commit c79d5f2890

View File

@@ -25,7 +25,7 @@ const App = () => {
<CustomTheme>
<AppRouting />
<ToastContainer
position="bottom-right"
position="bottom-left"
autoClose={3000}
hideProgressBar={false}
newestOnTop={false}