diff --git a/src/components/Debug.tsx b/src/components/Debug.tsx index edd03d11..caab2ffe 100644 --- a/src/components/Debug.tsx +++ b/src/components/Debug.tsx @@ -149,65 +149,64 @@ const Debug: React.FC = () => { ) return ( -
-
-

Bunker Debug

-
+
+
+

Bunker Debug

+
Active pubkey: {pubkey || 'none'}
- {/* Bunker Login Section */} -
-
-
-

Bunker Connection

- {!activeAccount ? ( -
-
Connect to your bunker (Nostr Connect signer) to enable encryption/decryption testing
-
- setBunkerUri(e.target.value)} - disabled={isBunkerLoading} - /> - -
- {bunkerError && ( -
{bunkerError}
- )} -
- ) : ( -
-
-
Connected to bunker
-
{pubkey}
-
+
+ + {/* Bunker Login Section */} +
+

Bunker Connection

+ {!activeAccount ? ( +
+
Connect to your bunker (Nostr Connect signer) to enable encryption/decryption testing
+
+ setBunkerUri(e.target.value)} + disabled={isBunkerLoading} + />
- )} -
+ {bunkerError && ( +
{bunkerError}
+ )} +
+ ) : ( +
+
+
Connected to bunker
+
{pubkey}
+
+ +
+ )}
-
-
-
-
-

Payload

+ {/* Encryption Tools Section */} +
+

Encryption Tools

+
+