style: move to toaster to top center

main
Justin Xiao 2023-07-21 18:09:46 +08:00
parent f8cda97232
commit d90e19284a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export default function RootLayout({ children }: Prop) {
<html lang="en"> <html lang="en">
<body className={inter.className}> <body className={inter.className}>
<AppProvider>{children}</AppProvider> <AppProvider>{children}</AppProvider>
<Toaster position="bottom-right" reverseOrder={false} /> <Toaster position="top-center" reverseOrder={false} />
</body> </body>
</html> </html>
); );