Skip to content

Commit

Permalink
Fixing pending icon
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Apr 3, 2024
1 parent 44a6143 commit 6f10c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Converters/ConclusionIconConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public object ConvertBack(object value, Type targetType, object parameter, Cultu
"startup_failure" => "\uEC13 ",
"cancelled" => "\uEC19 ",
"skipped" => "\uEABD ",
"pending" => "\uEB81 ",
"pending" => "\uEC15 ",
"queued" => "\uEBA7 ",
"requested" => "\uEBA7 ",
"waiting" => "\uEA82 ",
Expand Down

0 comments on commit 6f10c98

Please sign in to comment.