updated the EPC G colour

This commit is contained in:
Khalim Conn-Kowlessar 2024-04-04 16:33:45 +01:00
parent fd302e07e4
commit 5b2647730e

View file

@ -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";
}