Skip to content

Commit

Permalink
Use check circle instead of question circle for successful athena res…
Browse files Browse the repository at this point in the history
…ults
  • Loading branch information
= Enea_Gore committed Oct 12, 2024
1 parent 782e352 commit 5044481
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export const getResultIconClass = (result: Result | undefined, templateStatus: R
}
// result done successfuly
if (result.successful) {
return faQuestionCircle;
return faCheckCircle;
}
// generating failed
return faTimesCircle;
Expand Down

0 comments on commit 5044481

Please sign in to comment.