The-Strategy-Unit / nhp_evidence_maps

Shiny app: NHP evidence map
https://connect.strategyunitwm.nhs.uk/nhp_evidence_map/
Other
1 stars 0 forks source link

Remove toggle switches #63

Closed matt-dray closed 3 months ago

matt-dray commented 4 months ago

Remove the help and light/dark mode toggle switches in the upper right of the app.

We've done this in the nhp_inputs repo like:

bs4Dash::dashboardPage(
      help = NULL,
      dark = NULL,
      header,
      sidebar,
      body
    )