Skip to content

Commit

Permalink
add archive note
Browse files Browse the repository at this point in the history
  • Loading branch information
ShixiangWang committed Jul 28, 2024
1 parent 090c1d3 commit d374e37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inst/shinyapp/ui/home.R
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d374e37

Please sign in to comment.