Skip to content

Commit

Permalink
Update tab name for Summary designs in IBDs
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierMurilloF committed Jul 9, 2024
1 parent 3066aa5 commit d99c0ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/mod_Alpha_Lattice.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ mod_Alpha_Lattice_ui <- function(id) {
fluidRow(
tabsetPanel(
tabPanel(
"Summary design",
"Summary Design",
br(),
shinycssloaders::withSpinner(
verbatimTextOutput(outputId = ns("summary_alpha_lattice"),
Expand Down
2 changes: 1 addition & 1 deletion R/mod_IBD.R
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ mod_IBD_ui <- function(id) {
fluidRow(
tabsetPanel(
tabPanel(
"Summary design",
"Summary Design",
br(),
shinycssloaders::withSpinner(
verbatimTextOutput(outputId = ns("summary_ibd"),
Expand Down
2 changes: 1 addition & 1 deletion R/mod_Rectangular_Lattice.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ mod_Rectangular_Lattice_ui <- function(id){
fluidRow(
tabsetPanel(
tabPanel(
"Summary design",
"Summary Design",
br(),
shinycssloaders::withSpinner(
verbatimTextOutput(outputId = ns("summary_rectangular_lattice"),
Expand Down
2 changes: 1 addition & 1 deletion R/mod_Square_Lattice.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ mod_Square_Lattice_ui <- function(id){
fluidRow(
tabsetPanel(
tabPanel(
"Summary design",
"Summary Design",
br(),
div(
shinycssloaders::withSpinner(
Expand Down

0 comments on commit d99c0ea

Please sign in to comment.