Skip to content

Commit

Permalink
minor fix on app script
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-y committed Nov 15, 2024
1 parent a005b1f commit caa62cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/text/shiny/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tabPanel(title = "Introduction",
tabPanel(title = "Page 1",
# Look at https://fontawesome.com/search?m=free for icons
icon = icon_no_warning_fn("stethoscope"),
value = "intro",
value = "page1",

h1("Page 1 title"),
uiOutput("page_1_ui"),
Expand Down

0 comments on commit caa62cf

Please sign in to comment.