style: move toast to top center

This commit is contained in:
alexsparkes
2024-05-28 19:54:26 +01:00
parent 51fecea7f3
commit 03aa23a846

View File

@@ -40,7 +40,7 @@ export default class App extends PureComponent {
<>
{localStorage.getItem('background') === 'true' && <Background />}
<ToastContainer
position="bottom-right"
position="top-center"
autoClose={localStorage.getItem('toastDisplayTime') || 2500}
newestOnTop={true}
closeOnClick