Skip to content

Commit

Permalink
Reverting to gov style button inputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbielby committed Feb 13, 2024
1 parent 02c068d commit b402b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/cookies.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ cookieBannerUI <- function(id, name = "DfE R-Shiny dashboard template") {
),
tags$div(
class = "govuk-button-group",
actionButton(NS(id, "cookieAccept"), label = "Accept analytics cookies"),
actionButton(NS(id, "cookieReject"), label = "Reject analytics cookies"),
button_Input(NS(id, "cookieAccept"), "Accept analytics cookies"),

Check warning

Code scanning / lintr

no visible global function definition for 'button_Input' Warning

no visible global function definition for 'button_Input'

Check warning

Code scanning / lintr

no visible global function definition for 'button_Input' Warning

no visible global function definition for 'button_Input'
button_Input(NS(id, "cookieReject"), "Reject analytics cookies"),
actionButton(NS(id, "cookieLink"), label = "View cookies")

Check warning

Code scanning / lintr

no visible global function definition for 'actionButton' Warning

no visible global function definition for 'actionButton'
)
)
Expand Down

0 comments on commit b402b7b

Please sign in to comment.