mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-12 19:36:35 +00:00
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
|
||||
icon={
|
||||
message === 'Good' ? (
|
||||
<Icon src="icons/active.svg" width={16} />
|
||||
<Icon src="icons/active.svg" width={16} height={16} />
|
||||
) : (
|
||||
<IncorrectIcon size={16} />
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user