刘拾玖 пре 4 месеци
родитељ
комит
1885f47f2a
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      lib/util.ts

+ 2 - 2
lib/util.ts

@@ -253,10 +253,10 @@ export function filterStateIcon(state) {
 		'06':'\ue694',
 		'06':'\ue694',
 		'07':'\ue693',
 		'07':'\ue693',
 		'08':'\ue689',
 		'08':'\ue689',
-		'09':'\ue8c6',
+		'09':'\ue68f',
 		'10':'\ue68f', 
 		'10':'\ue68f', 
 	}
 	}
-	return dict_type[state] || '\ue625'
+	return dict_type[state] || '\ue69a'
 }
 }
 
 
 /**
 /**