File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
packages/website/src/components Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ const SCORE_BAR_WIDTH_DESKTOP = 30;
2121const SCORE_GOOD_THRESHOLD = 75 ;
2222const SCORE_OK_THRESHOLD = 50 ;
2323const DIAGNOSTIC_COUNT_MOBILE = 3 ;
24- const TOTAL_ERROR_COUNT = 36 ;
24+ const TOTAL_ERROR_COUNT = 22 ;
25+ const TOTAL_WARNING_COUNT = 14 ;
2526const AFFECTED_FILE_COUNT = 18 ;
2627const ELAPSED_TIME = "2.1s" ;
2728
@@ -386,6 +387,8 @@ const Terminal = () => {
386387 < Spacer />
387388 < div >
388389 < span className = "text-red-400" > { TOTAL_ERROR_COUNT } errors</ span >
390+ { " " }
391+ < span className = "text-yellow-500" > { TOTAL_WARNING_COUNT } warnings</ span >
389392 < span className = "text-neutral-500" >
390393 { ` across ${ AFFECTED_FILE_COUNT } files in ${ ELAPSED_TIME } ` }
391394 </ span >
You can’t perform that action at this time.
0 commit comments