Fix axe error

This commit is contained in:
Tessa Kelly 2020-06-09 18:34:52 -07:00
parent 8c215b0cee
commit 6c2eabc01d

View File

@ -144,6 +144,7 @@ allTabs =
, spaHref = Nothing
, tabView =
UiIcon.bulb
|> Svg.withLabel "Lightbulb"
|> Svg.withWidth (Css.px 40)
|> Svg.withHeight (Css.px 40)
|> Svg.withCss [ Css.padding2 Css.zero (Css.px 6) ]