From 97d34daad37107d2be2404288672edafe3b528b2 Mon Sep 17 00:00:00 2001 From: Ashis Kumar Naik Date: Wed, 13 Aug 2025 13:53:47 +0530 Subject: [PATCH] fix: Header overlays on CellList (#16) --- 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 = () => {