From 4a712cc00482ec27c28bd8057b301604d7c183a1 Mon Sep 17 00:00:00 2001 From: crowetic Date: Tue, 10 Jun 2025 17:48:23 -0700 Subject: [PATCH] better alignment on top items --- src/App.tsx | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 305c256..0cf373d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -459,7 +459,14 @@ export default function App() { }} > {/* Status & Clear */} - + {/* */} + Trades: {tradesCount.toLocaleString()}
@@ -476,6 +483,7 @@ export default function App() { @@ -533,7 +541,7 @@ export default function App() {
{/* Fetch Buttons */} - + {!tradesCount && !loading && ( )} {loading && }