Skip to content

Commit

Permalink
Replaces broken image with fontawesome icon (#43)
Browse files Browse the repository at this point in the history
Fixes insightsengineering/coredev-tasks#402

### Changes description 

* Fix uses an icon instead of adding an image to `www/`
  • Loading branch information
averissimo authored Aug 2, 2023
1 parent b05797d commit eab57c4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions longitudinal/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -427,10 +427,8 @@ x <- teal::init(
ui = function(id, ...) {
div(
h5(
strong("Analysis Variable Legend"), actionLink("showAnlVarLegendModal", tags$img(
height = 15, width = 15,
src = "img/qmark.png"
))
strong("Analysis Variable Legend"),
actionLink("showAnlVarLegendModal", label = NULL, icon = icon("fas fa-question-circle"), title = "Show help")
),
h5(
strong("Key Variables:")
Expand Down

0 comments on commit eab57c4

Please sign in to comment.