Skip to content

Commit

Permalink
Ver.
Browse files Browse the repository at this point in the history
  • Loading branch information
“rafal.urn” committed Aug 22, 2024
1 parent 4941991 commit 8d8424e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShinyWizard/inst/source/core/ui/GenTitlePanel.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GenTitlePanel <- function(){
fluidRow(
column(11,
tags$div(id = "AppTitle", config$AppTitle),
tags$h5(id = "AppSubTitle", if (config$AppSubTitle == 'NULL'){paste("Version", packageVersion('ShinyWizard'))}else{config$AppSubTitl}) ),
tags$h5(id = "AppSubTitle", if (config$AppSubTitle == 'NULL'){paste("Ver.", packageVersion('ShinyWizard'))}else{config$AppSubTitl}) ),
column(1,
img(id ="LogoFilePath", style="height: 60px; wigth:60px; float:right; vertical-align:middle", src = config$LogoFilePath))
))
Expand Down

0 comments on commit 8d8424e

Please sign in to comment.