mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-02 14:22:28 +08:00
fix: move toast notifications to bottom-left (#489)
This commit is contained in:
@@ -943,10 +943,9 @@ export default function ChatPanel({
|
||||
)}
|
||||
>
|
||||
<Toaster
|
||||
position="bottom-center"
|
||||
position="bottom-left"
|
||||
richColors
|
||||
expand
|
||||
style={{ position: "absolute" }}
|
||||
toastOptions={{
|
||||
style: {
|
||||
maxWidth: "480px",
|
||||
|
||||
Reference in New Issue
Block a user