diff --git a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/logs/page.tsx b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/logs/page.tsx index 33dc38b..a53b843 100644 --- a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/logs/page.tsx +++ b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/logs/page.tsx @@ -153,41 +153,42 @@ export default function LogsPage() { position: "relative", }} > - -
- - {live.find((a) => a.uuid === activeUuid)?.name ?? "Logs"} - - - ) : ( - - ) - } - onClick={() => activeUuid && fetchLogs(activeUuid)} - disabled={logsLoading} - > - Refresh - -
+ {live.find((a) => a.uuid === activeUuid)?.name ?? "Logs"} + + + ) : ( + + ) + } + onClick={() => activeUuid && fetchLogs(activeUuid)} + disabled={logsLoading} + > + Refresh + + + +
-
+
-
-
-
+
+
+
-
-        {wrappedChildren}
+      
+        {wrappedChildren}
       
);