From 1c745334a9195083ada67bce0e2f4683c011e1c6 Mon Sep 17 00:00:00 2001 From: LouisLeNezet Date: Sat, 5 Oct 2024 19:08:07 +0200 Subject: [PATCH] Fix import --- R/app_ui.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/app_ui.R b/R/app_ui.R index 1c12d1d..08ef4b3 100644 --- a/R/app_ui.R +++ b/R/app_ui.R @@ -49,9 +49,9 @@ ped_ui <- function() { )) ), shiny::column(2, align = "center", - htmltools::tags$figure( + shiny::tags$figure( class = "centerFigure", - htmltools::tags$img( + shiny::tags$img( src = logo, height = 200, alt = "Pedixplorer logo"