From 8ca53879bbdc34ea4fe1c114e846733938d29b7d Mon Sep 17 00:00:00 2001 From: Chris <53177842+ChristopherMarais@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:15:32 -0400 Subject: [PATCH] added hello world text added to page the main page --- 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..d068e6d 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! - 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."),