From 0fd8bd55a8e7aa39967468e377756d590e0e8fb8 Mon Sep 17 00:00:00 2001 From: "Claire.Nicholas" Date: Tue, 31 Oct 2023 10:48:06 -0500 Subject: [PATCH] fixing more errors --- src/elm/Pages/Build/View.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elm/Pages/Build/View.elm b/src/elm/Pages/Build/View.elm index f6895a799..632ba2490 100644 --- a/src/elm/Pages/Build/View.elm +++ b/src/elm/Pages/Build/View.elm @@ -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