small help text

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-12-19 14:14:21 +01:00
commit 10d34dd3d6
No known key found for this signature in database
5 changed files with 16 additions and 4 deletions

View file

@ -1959,6 +1959,7 @@ ui_elements <- list(
width = "100%",
icon = shiny::icon("play")
),
shiny::helpText('After importing, hit "Start" or navigate to the desired tab.'),
shiny::br(),
shiny::br()
),
@ -2213,7 +2214,7 @@ ui <- bslib::page_fluid(
"Data is only stored for analyses and deleted immediately afterwards."),
shiny::p(
style = "margin: 1; color: #888;",
"Andreas G Damsbo | AGPLv3 license | ", shiny::tags$a("Source on Github", href = "https://github.com/agdamsbo/webResearch/")
"Andreas G Damsbo | AGPLv3 license | ", shiny::tags$a("Source on Github", href = "https://github.com/agdamsbo/webResearch/", target="_blank", rel="noopener noreferrer")
),
)
)