chore: update text

This commit is contained in:
Danish Arora 2025-05-26 15:52:14 +05:30
parent 7cb2db5606
commit 897b4d6573
No known key found for this signature in database
GPG Key ID: 1C6EF37CDAE1426E

View File

@ -36,7 +36,7 @@ export function RLNStatusIndicator() {
const getStatusText = () => {
if (error) return 'Error';
if (isLoading) return 'Initializing RLN...';
if (!isConnected) return 'Connect Wallet';
if (!isConnected) return 'Wallet Not Connected';
if (chainId !== 59141) return 'Switch to Linea Sepolia';
if (isInitialized && isStarted) return 'RLN Active';
return 'RLN Inactive';