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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ function StatusCard({
<InfoTooltip
bottom
right
text="Timestamps are available for confirmed blocks within the past 5 epochs"
text="Timestamps are only available for confirmed blocks"
>
Unavailable
</InfoTooltip>