fix: toast position bottom-right pour ne pas bloquer la navigation
Some checks failed
Deploy to Production / Build and Deploy (push) Has been cancelled
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:
@@ -9,7 +9,7 @@ export const toast = sonnerToast
|
|||||||
export function Toaster() {
|
export function Toaster() {
|
||||||
return (
|
return (
|
||||||
<SonnerToaster
|
<SonnerToaster
|
||||||
position="top-right"
|
position="bottom-right"
|
||||||
expand={false}
|
expand={false}
|
||||||
richColors
|
richColors
|
||||||
closeButton
|
closeButton
|
||||||
|
|||||||
Reference in New Issue
Block a user