refactor(app): move Toaster component position in layout
The Toaster component was relocated in the layout file. It's been moved from below the Providers component to a position above the Footer component. This repositioning is aimed at improving the visual hierarchy and flow of the application.
This commit is contained in:
parent
7426f5f642
commit
39fc556aca
@ -31,9 +31,9 @@ export default function RootLayout({
|
||||
<PrimaryNavigationMenu />
|
||||
</Header>
|
||||
{children}
|
||||
<Toaster />
|
||||
<Footer />
|
||||
</Providers>
|
||||
<Toaster/>
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user