From d374e373e5ecb4d5233e76846f9513fd990415b1 Mon Sep 17 00:00:00 2001 From: ShixiangWang Date: Sun, 28 Jul 2024 13:44:10 +0800 Subject: [PATCH] add archive note --- inst/shinyapp/ui/home.R | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inst/shinyapp/ui/home.R b/inst/shinyapp/ui/home.R index 394c21e2..6a020966 100644 --- a/inst/shinyapp/ui/home.R +++ b/inst/shinyapp/ui/home.R @@ -6,6 +6,9 @@ ui.page_home <- function() { tags$head( tags$link(rel = "stylesheet", type = "text/css", href = "bootstrap4.css") ), + fluidRow( + tags$p(style = "color: red", "This app serves as an archive version of UCSCXenaShiny, where we only focus on maintaining its normal running and NOT ensuring bug fixes. For updated features, please refer to v2 (https://github.com/openbiox/UCSCXenaShiny).") + ), fluidRow( column( 6,