fix(cpuCard): fix all states of CPUCard
This commit is contained in:
parent
ce36998d69
commit
065f6a24c2
|
@ -85,7 +85,7 @@ const CPUCard = ({ load }: CPUCardProps) => {
|
||||||
<IconText
|
<IconText
|
||||||
icon={
|
icon={
|
||||||
message === 'Good' ? (
|
message === 'Good' ? (
|
||||||
<Icon src="icons/active.svg" width={16} />
|
<Icon src="icons/active.svg" width={16} height={16} />
|
||||||
) : (
|
) : (
|
||||||
<IncorrectIcon size={16} />
|
<IncorrectIcon size={16} />
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue