Skip to content

Commit

Permalink
Merge branch 'feature/47_feature' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hyugoshirai committed Oct 25, 2024
2 parents 2e7dab1 + 8ba5092 commit 133762f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/main_page.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ mainPageUI <- function(id) {
ns <- NS(id) # This is an important part to add to all subpages so they use the
# correct sessions / ID's that connect the ui and server here
tagList(
h2("Welcome! - HELLO WORLD!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"),
h2("Welcome!"),
p("This is the main page of the Guana River Data Dashboard. Use the dropdown menu
below to see locations with a certain data type. To view these data, use
the menu on the left of the screen."),
Expand Down

0 comments on commit 133762f

Please sign in to comment.