diff --git a/apps/dashboard/src/app/nebula-app/(app)/chat/history/ChatHistoryPage.tsx b/apps/dashboard/src/app/nebula-app/(app)/chat/history/ChatHistoryPage.tsx index 3b303e9c9fe..2a31f27ea98 100644 --- a/apps/dashboard/src/app/nebula-app/(app)/chat/history/ChatHistoryPage.tsx +++ b/apps/dashboard/src/app/nebula-app/(app)/chat/history/ChatHistoryPage.tsx @@ -175,9 +175,14 @@ function SessionCard(props: { }); return ( -
+

- {props.session.title || "Untitled"} + + {props.session.title || "Untitled"} +

@@ -189,7 +194,10 @@ function SessionCard(props: { -