Skip to content

Commit

Permalink
Add warning message to DataExplorer.
Browse files Browse the repository at this point in the history
  • Loading branch information
hughjonesd committed Oct 14, 2024
1 parent 2f29879 commit cf3fb99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion shinyapp/DataExplorer/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ ui <- fluidPage(

# Application title
titlePanel("Unjournal Evaluation Data"),

fluidRow(
column(width = 12, strong(HTML("This dashboard uses old data. For more recent
data see <a href=\"/uj-dashboard/\">here</a>.")))
),
tabsetPanel(
tabPanel(title = "Across Papers",
# Sidebar with plot options
Expand Down

0 comments on commit cf3fb99

Please sign in to comment.