Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisLeNezet committed Oct 5, 2024
1 parent 1efc339 commit 1c74533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/app_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1c74533

Please sign in to comment.