Skip to content

Commit

Permalink
Merge pull request #24 from iobis/proxy-map
Browse files Browse the repository at this point in the history
Update warning
  • Loading branch information
silasprincipe authored Jan 31, 2025
2 parents c6cedb8 + 426eb44 commit 6a9215e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tabactions.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ observe({

# Diversity condition
if (active_tab$current == "diversity") {
shinyalert("Important", "The diversity data is currently being updated. New maps will be available in 2025-01-29 22:00 CET", type = "info", html = T, size = "s") # Temporary
shinyalert("Important", "The diversity data is currently being updated. New maps will be available in 2025-02-01 22:00 CET", type = "info", html = T, size = "s") # Temporary
if (input$diversitySelect != "") {
title_state$current <- "diversity"
title_state$to_print <- list(
Expand Down

0 comments on commit 6a9215e

Please sign in to comment.