From 81317fe8cdfa6cf18a5aff237de10fe2571e1ea3 Mon Sep 17 00:00:00 2001 From: MACHIN Date: Tue, 20 Feb 2024 11:41:00 +0000 Subject: [PATCH] modified repo_name to contain correct URL --- ui.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.R b/ui.R index 11ab92c..6ca75b5 100644 --- a/ui.R +++ b/ui.R @@ -135,7 +135,7 @@ ui <- function(input, output, session) { a11y_panel(), support_panel( team_email = "statistics.development@education.gov.uk", - repo_name = "shiny-template", + repo_name = "https://github.com/dfe-analytical-services/shiny-template", form_url = "https://forms.office.com" ) ),