Make cases green

This commit is contained in:
jvyden 2022-07-27 17:57:49 -04:00
commit f1b44af420
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -7,7 +7,7 @@
@{
Database database = new();
string color = Model.Expired ? "red" : "yellow";
string color = Model.Expired ? "red" : "green";
}
<div class="ui @color segment">