fix: confirmed block timestamp tooltip was incorrect (#16036)

This commit is contained in:
Josh
2021-03-19 11:52:43 -07:00
committed by GitHub
parent 939c654752
commit 038f80d7fd

View File

@ -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>