Skip to content

Commit

Permalink
Merge pull request #82 from moj-analytical-services/app_title_fix
Browse files Browse the repository at this point in the history
Fix small size of header
  • Loading branch information
sarahmwong authored Jun 17, 2024
2 parents 9049363 + 868cf55 commit 042226f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/header.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ header <- function(main_text, secondary_text, logo = NULL,
shiny::tags$div(class = "govuk-header__content",
shiny::tags$a(
href = secondary_link, secondary_text,
class = "govuk-header__link govuk-header__link--service-name"
class = "govuk-header__link govuk-header__service-name"
)
)
)
Expand Down

0 comments on commit 042226f

Please sign in to comment.