Fix hebdo age

master
Heuzef 5 years ago
parent 2525019215
commit 0da32cc045
  1. 2
      Check.pm

@ -83,7 +83,7 @@ sub action
# Color for age
if ( $lastAge < 1.1 ) {
$lastAgeColor = "MediumSeaGreen";
} elsif ( $lastAge < 2.1 ) {
} elsif ( $lastAge < 7.1 ) {
$lastAgeColor = "BlueViolet";
} else {
$lastAgeColor = "Tomato";

Loading…
Cancel
Save