mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
feat: action link to quickly get started from landing page
This commit is contained in:
parent
42bf96eade
commit
31114dfd2b
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ landing_page_ui <- function(i18n) {
|
||||||
i18n$t("Start with FreesearchR for basic data evaluation and analysis."),
|
i18n$t("Start with FreesearchR for basic data evaluation and analysis."),
|
||||||
i18n$t("The app contains a selelct number of features and will guide you through key analyses."),
|
i18n$t("The app contains a selelct number of features and will guide you through key analyses."),
|
||||||
i18n$t("When you need more advanced tools, you'll be prepared to use R directly."),
|
i18n$t("When you need more advanced tools, you'll be prepared to use R directly."),
|
||||||
|
shiny::actionLink(inputId = "act_data",label = i18n$t("Start by loading data.")),
|
||||||
style = "font-size: 1.2rem; color: #555;"
|
style = "font-size: 1.2rem; color: #555;"
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue