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 />
|
<PrimaryNavigationMenu />
|
||||||
</Header>
|
</Header>
|
||||||
{children}
|
{children}
|
||||||
|
<Toaster />
|
||||||
<Footer />
|
<Footer />
|
||||||
</Providers>
|
</Providers>
|
||||||
<Toaster/>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user