WaspW
Wasp16mo ago
Sven

header of landing page showing on different route

I made a new route and page see the route below

route Databaseroute { path: "/dashboard/productdatabase", to: DatabasePagee }
page DatabasePagee {
  component: import { DatabasePagee } from "@src/mainpages/DataBasePage"
}


Now when i go to this route the page is ofcourse shown but also still the header/ top bar of the landing page is shown over it. How can i fix this? I use the SaaS [3] template
Was this page helpful?