diff --git a/src/components/Debug.tsx b/src/components/Debug.tsx index 09d6ec5f..6d62b31f 100644 --- a/src/components/Debug.tsx +++ b/src/components/Debug.tsx @@ -171,10 +171,9 @@ const Debug: React.FC = () => { } const CodeBox = ({ value }: { value: string }) => ( -
{value || '—'}
+
+ {value || '—'} +
) const getLiveTiming = (mode: 'nip44' | 'nip04', type: 'encrypt' | 'decrypt') => {