diff --git a/ui.R b/ui.R index ee744ea..424032a 100644 --- a/ui.R +++ b/ui.R @@ -89,20 +89,22 @@ ui <- function(input, output, session) { referrer = "no-referrer" ), shinyGovstyle::header( - main_text = "DfE", + main_text = "", main_link = "https://www.gov.uk/government/organisations/department-for-education", secondary_text = "Key stage 4 Transition Matrices", - logo = "images/DfE_logo.png" + logo = "images/DfE_logo_landscape.png", + logo_width = 150, + logo_height = 32 ), shinyGovstyle::banner( "beta banner", "beta", paste0( - "We're looking for volunteers! We've developed quite a few dashboards ", - "in the last 12 months and we'd really like to know what you think if them. ", - "If you're interested in helping us improve our products, please sign up ", - "using our user-testing volunteer form.
", - "This Dashboard is in beta phase and we are still reviewing performance and reliability. " # , + "We're looking for volunteers! We've developed quite a few dashboards ", + "in the last 12 months and we'd really like to know what you think if them. ", + "If you're interested in helping us improve our products, please sign up ", + "using our user-testing volunteer form.
", + "This Dashboard is in beta phase and we are still reviewing performance and reliability. " # , # "In case of slowdown or connection issues due to high demand, we have produced two instances of this site which can be accessed at the following links: "#, # "Site 1 and ", ## check # "Site 2." ##check diff --git a/www/images/DfE_logo_landscape.png b/www/images/DfE_logo_landscape.png new file mode 100644 index 0000000..c91386e Binary files /dev/null and b/www/images/DfE_logo_landscape.png differ