diff --git a/src/interface/web/app/page.tsx b/src/interface/web/app/page.tsx index b570e86c..eafd5373 100644 --- a/src/interface/web/app/page.tsx +++ b/src/interface/web/app/page.tsx @@ -361,7 +361,7 @@ function ChatBodyData(props: ChatBodyDataProps) { className={`${selectedAgent === agents[index].slug ? convertColorToBorderClass(agents[index].color) : "border-muted text-muted-foreground"} hover:cursor-pointer`} > openAgentEditCard(agents[index].slug) }