From 986bae22591650eec5159261bc1f568c485c23eb Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 21 Feb 2024 11:56:26 -0700 Subject: [PATCH] Final scroll cleanups --- web/src/App.tsx | 2 +- web/src/pages/Logs.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index 4ef41b0ed..2ad151c0f 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -32,7 +32,7 @@ function App() {
} /> diff --git a/web/src/pages/Logs.tsx b/web/src/pages/Logs.tsx index 26966faec..00c20c18c 100644 --- a/web/src/pages/Logs.tsx +++ b/web/src/pages/Logs.tsx @@ -41,7 +41,7 @@ function Logs() { }, [logs]); return ( - <> +
Logs @@ -76,10 +76,10 @@ function Logs() {
-
+
{logs}
- +
); }