fix(explorer): change title to average ping time (#23463)

This commit is contained in:
Josh 2022-03-02 19:28:23 -08:00 committed by GitHub
parent 634f4eb37d
commit 43347f3da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ function PingBarChart({ pingInfo }: { pingInfo: PingRollupInfo }) {
<div className="card-body py-3">
<div className="align-box-row align-items-start justify-content-between">
<div className="d-flex justify-content-between w-100">
<span className="mb-0 font-size-sm">Average Confirmation Time</span>
<span className="mb-0 font-size-sm">Average Ping Time</span>
<div className="font-size-sm">
{SERIES.map((key) => (