mirror of
https://github.com/logos-messaging/rln.waku.org.git
synced 2026-01-02 14:13:09 +00:00
chore: update text
This commit is contained in:
parent
7cb2db5606
commit
897b4d6573
@ -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';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user