diff --git a/client/src/components/Chat/ChatView.tsx b/client/src/components/Chat/ChatView.tsx index cceb268aae..fc634eb3e5 100644 --- a/client/src/components/Chat/ChatView.tsx +++ b/client/src/components/Chat/ChatView.tsx @@ -38,16 +38,16 @@ function LoadingSpinner() { function ProjectLanding({ project }: { project: TChatProject }) { return ( -
{project.description}
++ {project.description} +
)}