inst/text/shiny/contact_page.R

####################### Contact Page #######################

output$contact_page_ui <- renderUI({
  div(
    fluidRow(
      p(
        "If you have any questions or feedback regarding this dashboard or any information contained within it, please email:"
      ),
      a("PHS.myteam@phs.scot", href = "mailto:PHS.myteam@phs.scot")
    ) #fluidrow
  ) # div
}) # renderUI
Health-SocialCare-Scotland/phstemplates documentation built on June 13, 2025, 2:51 p.m.