From 8ba509249be715240447e074a01e3c21bec4f7d1 Mon Sep 17 00:00:00 2001 From: Henrique Yugo Shirai Date: Fri, 25 Oct 2024 11:43:47 -0400 Subject: [PATCH] Removed second change --- modules/main_page.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/main_page.R b/modules/main_page.R index ad46958..bd6f5b8 100644 --- a/modules/main_page.R +++ b/modules/main_page.R @@ -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! -- CHANGE EXAMPLE!!!!!!!"), + 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."),