mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
updated the EPC G colour
This commit is contained in:
parent
fd302e07e4
commit
5b2647730e
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ export const getEpcColorClass = (letter: string) => {
|
|||
case "F":
|
||||
return "bg-epc_f";
|
||||
case "G":
|
||||
return "bg-epc_d";
|
||||
return "bg-epc_g";
|
||||
default:
|
||||
return "bg-gray-500";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue