Skip to content

Commit

Permalink
fixing more errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Claire.Nicholas authored and Claire.Nicholas committed Oct 31, 2023
1 parent cce19dc commit 0fd8bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elm/Pages/Build/View.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ followButton followStep resourceType number following =
, onClick <| followStep toFollow
, attribute "aria-label" <| tooltip ++ " for " ++ resourceType ++ " " ++ number
]
[ icon |> FeatherIcons.toHtml [ attribute "role" "img", attribute "aria-label" "Start-Step-Logs" ]]
[ icon |> FeatherIcons.toHtml [ attribute "role" "img", attribute "aria-label" "Start-Step-Logs" ] ]


{-| viewResourceError : checks for build error and renders message
Expand Down

0 comments on commit 0fd8bd5

Please sign in to comment.