Skip to content

Commit

Permalink
fix: deployments svg class crash (#436)
Browse files Browse the repository at this point in the history
fix svg class crash
  • Loading branch information
plyr4 authored Aug 23, 2021
1 parent eac3df9 commit 7b416da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elm/Pages/Deployments/View.elm
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ viewPreview org repo deployment =
status =
div [ class "deployment-icon", Util.testAttribute "build-status" ]
[ svg
[ class "build-icon -success"
[ Svg.Attributes.class "build-icon -success"
, strokeWidth "2"
, viewBox "0 0 44 44"
, width "44"
Expand Down

0 comments on commit 7b416da

Please sign in to comment.