From 76c02a066d2cd45ccd23fb3ee094886e2cc7e4ff Mon Sep 17 00:00:00 2001 From: Henrique Yugo Shirai Date: Fri, 25 Oct 2024 11:41:18 -0400 Subject: [PATCH 1/3] Remove Hello world --- 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 d068e6d..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! - 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."), From d38433fb8e7af7889a17fddfca03619dc2f5c48b Mon Sep 17 00:00:00 2001 From: Henrique Yugo Shirai Date: Fri, 25 Oct 2024 11:42:38 -0400 Subject: [PATCH 2/3] second example --- 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 bd6f5b8..ad46958 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!"), + h2("Welcome! -- CHANGE EXAMPLE!!!!!!!"), 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."), From 8ba509249be715240447e074a01e3c21bec4f7d1 Mon Sep 17 00:00:00 2001 From: Henrique Yugo Shirai Date: Fri, 25 Oct 2024 11:43:47 -0400 Subject: [PATCH 3/3] 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."),