Skip to content

Commit

Permalink
Reverted back to non-bslib code
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbielby committed Oct 27, 2023
1 parent b593a9e commit 437c6e4
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions R/standard_panels.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ support_panel <- function(
width = 12,
h1("Support and feedback"),
h2("Give us feedback"),
if (!is.null(form_url)) {
p(
"This dashboard is a new service that we are developing. If you have any feedback or suggestions for improvements, please submit them using our ",
a(href = form_url, "feedback form", .noWS = c("after"))
)
} else {
p("This dashboard is a new service that we are developing.")
},
if (!is.null(form_url)) {
p(
"This dashboard is a new service that we are developing. If you have any feedback or suggestions for improvements, please submit them using our ",
a(href = form_url, "feedback form", .noWS = c("after"))
)
} else {
p("This dashboard is a new service that we are developing.")
},
p(
paste0(
ifelse(
Expand Down Expand Up @@ -81,11 +81,11 @@ support_panel <- function(
"The source code for this dashboard is available in our ",
a(href = paste0("https://github.com/dfe-analytical-services/", repo_name), "GitHub repository", .noWS = c("after")),
"."
)
),
h2("Use of cookies"),
textOutput("cookie_status"),
actionButton("remove", "Reset cookie consent"),
),
h2("Use of cookies"),
textOutput("cookie_status"),
actionButton("remove", "Reset cookie consent"),
)
)
)
)
Expand Down

0 comments on commit 437c6e4

Please sign in to comment.