Next.js uses layout.js and page.js to display things. in our root, our layout.js calls the Toolbar, which is the top navbar.
Update this following the current style of Dashboard.js. Remove the custom headers in Dashboard.js, LandingPage.js, and everywhere else that is seen. layout.js will apply this header everywhere
Next.js uses layout.js and page.js to display things. in our root, our layout.js calls the Toolbar, which is the top navbar.
Update this following the current style of Dashboard.js. Remove the custom headers in Dashboard.js, LandingPage.js, and everywhere else that is seen. layout.js will apply this header everywhere