We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae513ac + efafd9a commit 89fd7beCopy full SHA for 89fd7be
frontend/app/[locale]/chat/components/chatInput.tsx
@@ -1254,8 +1254,8 @@ export function ChatInput({
1254
{t("chatInput.helloIm", { appName: appConfig.appName })}
1255
</h1>
1256
</div>
1257
- <p className="h-6 text-center text-muted-foreground">
1258
- {t("chatInput.introMessage")}
+ <p className="text-left text-muted-foreground max-w-2xl mx-auto leading-relaxed">
+ {appConfig.appDescription || t("chatInput.introMessage")}
1259
</p>
1260
1261
<div
0 commit comments