fix: toast position bottom-right pour ne pas bloquer la navigation
Some checks failed
Deploy to Production / Build and Deploy (push) Has been cancelled

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Antigravity
2026-05-05 21:27:07 +00:00
parent 34a977b5c4
commit 19d0b2759a

View File

@@ -9,7 +9,7 @@ export const toast = sonnerToast
export function Toaster() {
return (
<SonnerToaster
position="top-right"
position="bottom-right"
expand={false}
richColors
closeButton