Skip to content

Commit

Permalink
incremented version number to 2.1.0 in the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
pydemull committed Apr 26, 2024
1 parent 3d30c80 commit 5709ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/app_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ app_ui <- function(request) {
tags$style(".main-header {vertical-align: middle;}"),
tags$style(".main-header .logo {vertical-align: middle;}")
),
title = span(img(src="www/favicon.png", width = 30), "activAnalyzer 2.0.2"), titleWidth = 237
title = span(img(src="www/favicon.png", width = 30), "activAnalyzer 2.1.0"), titleWidth = 237
),
shinydashboardPlus::dashboardSidebar(
tags$style(HTML(".sidebar-menu li a {font-size: 17px;}")),
Expand Down

0 comments on commit 5709ad4

Please sign in to comment.