Skip to content

Commit

Permalink
refac: style the code that imports the about.md page
Browse files Browse the repository at this point in the history
  • Loading branch information
russHyde committed Mar 15, 2024
1 parent db7f77c commit 21ef0c2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions R/app_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21ef0c2

Please sign in to comment.