Skip to content

Commit

Permalink
tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbielby committed Oct 30, 2023
1 parent 69dc8c7 commit 735d172
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ ui <- function(input, output, session) {
homepage_panel(),
a11y_panel(),
support_panel(
team_email='[email protected]',
repo_name = 'shiny-template',
form_url = 'https://forms.office.com'
)
team_email = "[email protected]",
repo_name = "shiny-template",
form_url = "https://forms.office.com"
)
),
tags$script(
src = "script.js"
Expand Down

0 comments on commit 735d172

Please sign in to comment.