mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-07-04 01:10:53 +00:00
feat(layout): update Toaster position to top-right
This commit is contained in:
parent
a33bf167d4
commit
c9c07664cf
@ -26,7 +26,7 @@ export default function RootLayout({ children }: RootLayoutProps) {
|
||||
>
|
||||
<div className="w-full">{children}</div>
|
||||
<SettingsDialog />
|
||||
<Toaster />
|
||||
<Toaster position="top-right" />
|
||||
</ThemeProvider>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user