From 4e39088f5b312475d9dbc58f1fd7c1d07408c10f Mon Sep 17 00:00:00 2001 From: Debanjum Date: Sun, 27 Oct 2024 23:02:27 -0700 Subject: [PATCH] Make agent name in home page carousel not text wrap on mobile --- src/interface/web/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }