Skip to content

Commit 6f10c98

Browse files
committed
Fixing pending icon
1 parent 44a6143 commit 6f10c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Converters/ConclusionIconConverter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public object ConvertBack(object value, Type targetType, object parameter, Cultu
2323
"startup_failure" => "\uEC13 ",
2424
"cancelled" => "\uEC19 ",
2525
"skipped" => "\uEABD ",
26-
"pending" => "\uEB81 ",
26+
"pending" => "\uEC15 ",
2727
"queued" => "\uEBA7 ",
2828
"requested" => "\uEBA7 ",
2929
"waiting" => "\uEA82 ",

0 commit comments

Comments
 (0)