diff --git a/apps/web/src/components/chat/DraftHeroHeadline.tsx b/apps/web/src/components/chat/DraftHeroHeadline.tsx index 4407e621525..0a76fcd449b 100644 --- a/apps/web/src/components/chat/DraftHeroHeadline.tsx +++ b/apps/web/src/components/chat/DraftHeroHeadline.tsx @@ -101,7 +101,8 @@ export function DraftHeroHeadline({ {activeProjectDisplayName ?? "Choose a project"} @@ -122,7 +123,9 @@ export function DraftHeroHeadline({ {projectPickerEntries.map(({ group }) => { return ( - {group.displayName} + + {group.displayName} + ); })}