diff --git a/src/interface/web/app/components/chatSidebar/chatSidebar.tsx b/src/interface/web/app/components/chatSidebar/chatSidebar.tsx index d9c2fcab..e08a1c0c 100644 --- a/src/interface/web/app/components/chatSidebar/chatSidebar.tsx +++ b/src/interface/web/app/components/chatSidebar/chatSidebar.tsx @@ -203,14 +203,14 @@ function ChatSidebarInternal({ ...props }: ChatSideBarProps) { { agentData && !isEditable ? ( -
+
{getIconFromIconName(agentData.icon, agentData.color)} {agentData.name}
) : ( -
+
{getIconFromIconName("lightbulb", "orange")} Chat Options
diff --git a/src/interface/web/app/components/referencePanel/referencePanel.tsx b/src/interface/web/app/components/referencePanel/referencePanel.tsx index 1dd9c92b..9f07191f 100644 --- a/src/interface/web/app/components/referencePanel/referencePanel.tsx +++ b/src/interface/web/app/components/referencePanel/referencePanel.tsx @@ -572,7 +572,7 @@ export function TeaserReferencesSection(props: TeaserReferenceSectionProps) { return (

-

{numReferences} sources

+
{numReferences} sources
{shouldShowShowMoreButton && ( - + {codeDataToShow.map((code, index) => { return (