Skip to content

Commit

Permalink
remove bad img alt
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Dec 28, 2024
1 parent acb5a24 commit fa70dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/relay/src/main/ui/RelayUi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ final class RelayUi(helpers: Helpers)(
),
div(cls := "relay-tour__header__image"):
rt.tour.image.map: imgId =>
img(src := thumbnail.url(imgId, _.Size.Large), alt := "loading...")
img(src := thumbnail.url(imgId, _.Size.Large))
)
),
st.aside(cls := "relay-tour__side")(div(cls := "relay-tour__side__preload"))
Expand Down

0 comments on commit fa70dd8

Please sign in to comment.