diff --git a/R/app_ui.R b/R/app_ui.R index 2148829..f60fae9 100644 --- a/R/app_ui.R +++ b/R/app_ui.R @@ -88,10 +88,9 @@ app_ui = function(request) { # about page shiny::tabPanel( title = "About", - shiny::includeMarkdown(system.file("app", "www", "content", "about.md", - package = "tfpbrowser", - mustWork = TRUE - )) + shiny::includeMarkdown( + system.file("app", "www", "content", "about.md", package = "tfpbrowser", mustWork = TRUE) + ) ) ) # end navbar page ) # end tag list