Skip to content

Commit

Permalink
improve existing user text
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromiguelm committed Mar 18, 2023
1 parent 9961936 commit b32defd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/app/R/modules/WelcomeBoard.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ WelcomeBoardUI <- function(id) {
),
div(
class = "col-md-7",
h3("I'm an existing user..."),
h3("I want to analyze my own data:"),
shiny::actionButton(
ns("init_upload_data"),
label = "Upload new data",
Expand Down

0 comments on commit b32defd

Please sign in to comment.