fix: update Toaster position and mark Sequencer link as WIP
Some checks failed
Frontend CI / lint (push) Failing after 18s
Frontend CI / build (push) Has been skipped

This commit is contained in:
JSC
2025-09-18 13:57:43 +02:00
parent 2281993edb
commit b024b19ecc
2 changed files with 2 additions and 2 deletions

View File

@@ -163,7 +163,7 @@ function App() {
<AuthProvider>
<SocketProvider>
<AppRoutes />
<Toaster richColors position='top-right' />
<Toaster richColors position='top-center' />
</SocketProvider>
</AuthProvider>
</ThemeProvider>