diff --git a/packages/gui/src/components/farm/FarmHealth.tsx b/packages/gui/src/components/farm/FarmHealth.tsx index 792ded9238..5f12b1846a 100644 --- a/packages/gui/src/components/farm/FarmHealth.tsx +++ b/packages/gui/src/components/farm/FarmHealth.tsx @@ -39,6 +39,12 @@ const StyledTable = styled.table` } `; +const StyledTableForTooltip = styled.table` + td { + vertical-align: top; + } +`; + const StyledInput = styled.input` font-size: 0.6875rem; color: #fff; @@ -315,9 +321,25 @@ function FarmHealth() { The increasing number of missing signage points suggests that you were either disconnected from or significantly distant from a timelord in your fullNode network. The total number of missing SPs serves as an - indicator of potential rewards you could have claimed. A common reason for missing SPs is typically that the - fullNode is out of sync due to network issues + indicator of potential rewards you could have claimed. +

+ A common reason for missing SPs are: + + + - + + There were network issue and your fullNode/farmer could not receive sps. + + + + - + + fullNode was out of sync + + + +

{Boolean(missingSpsData?.totalMissingSps) && (