Updated the color
This commit is contained in:
sheena 2023-08-22 20:07:44 +05:30
parent 66ea217760
commit 398964ea59

View file

@ -88,7 +88,7 @@ export default {
if (this.availabilityRating == null) {
return "gray";
} else {
return this.availabilityRating == "high" ? "green" : "red";
return this.availabilityRating == "high" ? "green" : "Orange";
}
},
badgeText() {