diff --git a/app/explorer/page.tsx b/app/explorer/page.tsx index 810339e..6d205a9 100644 --- a/app/explorer/page.tsx +++ b/app/explorer/page.tsx @@ -388,18 +388,18 @@ function ExplorerPageContent() { if (loading) { return ( -
Loading hackathons from blockchain...
-
+
Loading hackathons from blockchain...
+{isConnected ? `Fetching from ${getNetworkName(chainId)}` : 'Please connect your wallet'}
Discover amazing Web3 hackathons and join the innovation
+Discover amazing Web3 hackathons and join the innovation
{/* Network Status */}