From 244872e9f25e4b994f7247d360de66bd9f7d4aba Mon Sep 17 00:00:00 2001 From: Gigi Date: Fri, 17 Oct 2025 12:36:36 +0200 Subject: [PATCH] style(debug): move debug logs controls below the log output --- src/components/Debug.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/components/Debug.tsx b/src/components/Debug.tsx index caab2ffe..a696f20e 100644 --- a/src/components/Debug.tsx +++ b/src/components/Debug.tsx @@ -265,18 +265,6 @@ const Debug: React.FC = () => { {/* Debug Logs Section */}

Debug Logs

-
- - -
Recent NIP-46 activity
{logs.length === 0 ? ( @@ -292,6 +280,18 @@ const Debug: React.FC = () => { )) )}
+
+ + +