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 = () => {