Skip to content

Commit

Permalink
Revert "Switched support and feedback page to bslib card"
Browse files Browse the repository at this point in the history
This reverts commit e3be094.
  • Loading branch information
rmbielby committed Oct 27, 2023
1 parent f298942 commit b593a9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Encoding: UTF-8
Imports:
shinyGovstyle,
shiny,
styler,
bslib
styler
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
10 changes: 6 additions & 4 deletions R/standard_panels.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ support_panel <- function(
form_url = NULL) {
tabPanel(
"Support and feedback",
card(
card_header(
h1("Support and feedback")),
card_body(
gov_main_layout(
gov_row(
column(
width = 12,
h1("Support and feedback"),
h2("Give us feedback"),
if (!is.null(form_url)) {
p(
Expand Down Expand Up @@ -80,6 +81,7 @@ 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"),
Expand Down

0 comments on commit b593a9e

Please sign in to comment.