diff --git a/kvfinder-web-portal/R/app_ui.R b/kvfinder-web-portal/R/app_ui.R index cd0fc04..b11e388 100644 --- a/kvfinder-web-portal/R/app_ui.R +++ b/kvfinder-web-portal/R/app_ui.R @@ -364,10 +364,6 @@ app_ui <- function(request) { style = "display: flex; justify-content: center; width: 100%;" ), # Add Cloudflare Web Analytics - tags$body( - HTML( - "" - ) - ), + HTML('') ) }