Skip to content

Commit 89fd7be

Browse files
authored
🐛 Description on top of the chat box should be updated #826
2 parents ae513ac + efafd9a commit 89fd7be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/app/[locale]/chat/components/chatInput.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,8 +1254,8 @@ export function ChatInput({
12541254
{t("chatInput.helloIm", { appName: appConfig.appName })}
12551255
</h1>
12561256
</div>
1257-
<p className="h-6 text-center text-muted-foreground">
1258-
{t("chatInput.introMessage")}
1257+
<p className="text-left text-muted-foreground max-w-2xl mx-auto leading-relaxed">
1258+
{appConfig.appDescription || t("chatInput.introMessage")}
12591259
</p>
12601260
</div>
12611261
<div

0 commit comments

Comments
 (0)