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
ChristopherMarais committed Oct 25, 2024
2 parents d5658d4 + 8ca5387 commit 2e7dab1
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!"),
h2("Welcome! - HELLO WORLD!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"),
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 2e7dab1

Please sign in to comment.