moj-analytical-services / shinyGovstyle

Now up to GDS frontend version v4.0.0
37 stars 6 forks source link

Cookie link update #84

Closed chfoster closed 2 weeks ago

chfoster commented 3 weeks ago

Change the View cookies link in the cookie banner from a shiny::tags$button to shiny::actionLink. Removed lines that I think were unnecessary as value is not used and the link actually functions from an observeEvent in the server already anyway, which I have kept and still continues to function in the same way.