Skip to content

Commit

Permalink
clarifying acknowledgement on the acknowledgment page goes to shiny a…
Browse files Browse the repository at this point in the history
…pp developers
  • Loading branch information
Nithador committed May 17, 2024
1 parent 938541e commit 7d6825d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/view/acknowledgements.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ mod_acknowledgements_ui <- function(id) {
id = ns("credits"),
tags$div(
class = "row d-flex justify-content-between acknowledgement-card",
tags$p("Credits to the main development contributors"),
tags$p("Credits to the main development contributors of the shiny web app",
tags$br(), "The contributors for the pDT development are listed on the pDT pages"),
tags$ul(
tags$style("
.acknowledgement-card ul li {
Expand All @@ -64,7 +65,7 @@ mod_acknowledgements_ui <- function(id) {
),
),
tags$div(
tags$p("You can report issues on ", tags$a(
tags$p("You can report issues for the shiny web app on ", tags$a(
"Github", icon("github"),
href = "https://github.com/BioDT/biodt-shiny/issues",
target = "_blank"
Expand Down

0 comments on commit 7d6825d

Please sign in to comment.