explorer: replace Block with Slot (#24725)

This commit is contained in:
Yihau Chen 2022-04-27 11:47:37 +08:00 committed by GitHub
parent b48fd4eec2
commit 9f34968a7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ function StatusCard({
</tr>
<tr>
<td>Block</td>
<td>Slot</td>
<td className="text-lg-end">
<Slot slot={info.slot} link />
</td>