fix: confirmed block timestamp tooltip was incorrect (#16036)
This commit is contained in:
parent
939c654752
commit
038f80d7fd
|
@ -244,7 +244,7 @@ function StatusCard({
|
||||||
<InfoTooltip
|
<InfoTooltip
|
||||||
bottom
|
bottom
|
||||||
right
|
right
|
||||||
text="Timestamps are available for confirmed blocks within the past 5 epochs"
|
text="Timestamps are only available for confirmed blocks"
|
||||||
>
|
>
|
||||||
Unavailable
|
Unavailable
|
||||||
</InfoTooltip>
|
</InfoTooltip>
|
||||||
|
|
Loading…
Reference in New Issue