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}
- +
); }