Skip to content

Commit

Permalink
move banner only over ping stats
Browse files Browse the repository at this point in the history
  • Loading branch information
ngundotra committed Nov 10, 2024
1 parent e060eec commit 3facb16
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
11 changes: 11 additions & 0 deletions app/components/LiveTransactionStatsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,17 @@ export function LiveTransactionStatsCard() {
</div>

<TpsCardBody series={series} setSeries={setSeries} />
<div className="alert alert-warning m-2" role="alert">
Note: We are aware of an issue with ping statistic reporting. Ping statistics may not reflect actual
network performance. Please see{' '}
<a
href="https://www.validators.app/ping-thing?locale=en&network=mainnet"
className="text-white text-decoration-underline"
>
validators.app
</a>{' '}
for more information.
</div>
<PingStatsCardBody series={series} setSeries={setSeries} />
</div>
);
Expand Down
11 changes: 0 additions & 11 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,6 @@ export default function Page() {
<StatsProvider>
<SupplyProvider>
<div className="container mt-4">
<div className="alert alert-warning m-2" role="alert">
Note: We are aware of an issue with ping statistic reporting. Ping statistics may not reflect
actual network performance. Please see{' '}
<a
href="https://www.validators.app/ping-thing?locale=en&network=mainnet"
className="text-white text-decoration-underline"
>
validators.app
</a>{' '}
for more information.
</div>
<StakingComponent />
<div className="card">
<div className="card-header">
Expand Down

0 comments on commit 3facb16

Please sign in to comment.