From 3facb161f0d6abf0377d29c7f0052b24b702e60a Mon Sep 17 00:00:00 2001 From: Noah Gundotra Date: Sat, 9 Nov 2024 22:24:00 -0500 Subject: [PATCH] move banner only over ping stats --- app/components/LiveTransactionStatsCard.tsx | 11 +++++++++++ app/page.tsx | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/components/LiveTransactionStatsCard.tsx b/app/components/LiveTransactionStatsCard.tsx index f96ab7b99..db3ed4f8f 100644 --- a/app/components/LiveTransactionStatsCard.tsx +++ b/app/components/LiveTransactionStatsCard.tsx @@ -41,6 +41,17 @@ export function LiveTransactionStatsCard() { +
+ Note: We are aware of an issue with ping statistic reporting. Ping statistics may not reflect actual + network performance. Please see{' '} + + validators.app + {' '} + for more information. +
); diff --git a/app/page.tsx b/app/page.tsx index f52d89823..600231776 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -28,17 +28,6 @@ export default function Page() {
-
- Note: We are aware of an issue with ping statistic reporting. Ping statistics may not reflect - actual network performance. Please see{' '} - - validators.app - {' '} - for more information. -