diff --git a/frontend/components/ui/ui-structure.tsx b/frontend/components/ui/ui-structure.tsx index 9df3ee87..2355249a 100644 --- a/frontend/components/ui/ui-structure.tsx +++ b/frontend/components/ui/ui-structure.tsx @@ -102,10 +102,10 @@ export function UIStructure() { }; return ( - - - - + + + +
@@ -136,14 +136,14 @@ export function UIStructure() { />
- - + + {loading ? // Skeleton loader while loading saved chats Array.from({ length: 4 }).map((_, i) => (
)) : uiExecutions.map((execution: Execution) => ( @@ -155,18 +155,18 @@ export function UIStructure() { onClick={() => router.push(`/ask/${execution.id}`)} >
- + {execution.title}
@@ -208,7 +208,7 @@ export function UIStructure() { - + {!isUserLoading && !user && (