From 86d82b10af78d01f25502afd9be814f16ce21366 Mon Sep 17 00:00:00 2001 From: Ashis Kumar Naik Date: Tue, 12 Aug 2025 15:06:42 +0530 Subject: [PATCH] fix:fixed broken UI --- src/components/CellList.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/CellList.tsx b/src/components/CellList.tsx index 3749347..85f46ec 100644 --- a/src/components/CellList.tsx +++ b/src/components/CellList.tsx @@ -20,7 +20,7 @@ const CellList = () => { if (isInitialLoading) { return ( -
+

Loading Cells...

Connecting to the network and fetching data...

@@ -33,7 +33,7 @@ const CellList = () => { }; return ( -
+
@@ -62,10 +62,11 @@ const CellList = () => {