From 7fff50c146f3fb9dd9f394f30704362ef9666f02 Mon Sep 17 00:00:00 2001 From: Gigi Date: Fri, 17 Oct 2025 12:52:40 +0200 Subject: [PATCH] ui(debug): move Encrypt/Decrypt buttons above Encrypted text in both NIP-44 and NIP-04 sections --- src/components/Debug.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/Debug.tsx b/src/components/Debug.tsx index be5fbb68..84595f9e 100644 --- a/src/components/Debug.tsx +++ b/src/components/Debug.tsx @@ -287,12 +287,12 @@ const Debug: React.FC = () => {
- - -
+
+ +
Plain: @@ -301,12 +301,12 @@ const Debug: React.FC = () => {
- - -
+
+ +
Plain: