From 31114dfd2bfd5473a2da31170f88c27893e24c55 Mon Sep 17 00:00:00 2001 From: Andreas Gammelgaard Damsbo Date: Mon, 23 Feb 2026 13:20:21 +0100 Subject: [PATCH] feat: action link to quickly get started from landing page --- R/landing_page_ui.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/landing_page_ui.R b/R/landing_page_ui.R index 3c742b69..1123640e 100644 --- a/R/landing_page_ui.R +++ b/R/landing_page_ui.R @@ -22,6 +22,7 @@ landing_page_ui <- function(i18n) { 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("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;" ) ),