mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +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>
|
<div className="w-full">{children}</div>
|
||||||
<SettingsDialog />
|
<SettingsDialog />
|
||||||
<Toaster />
|
<Toaster position="top-right" />
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user