|
@@ -1321,7 +1321,7 @@ const ChatViewComponent: React.ForwardRefRenderFunction<ChatViewRef, ChatViewPro
|
|
|
{telemetrySetting === "unset" && <TelemetryBanner />}
|
|
{telemetrySetting === "unset" && <TelemetryBanner />}
|
|
|
{/* Show the task history preview if expanded and tasks exist */}
|
|
{/* Show the task history preview if expanded and tasks exist */}
|
|
|
{taskHistory.length > 0 && isExpanded && <HistoryPreview />}
|
|
{taskHistory.length > 0 && isExpanded && <HistoryPreview />}
|
|
|
- <p className="text-vscode-editor-foreground leading-tight font-vscode-font-family text-center text-balance max-w-[380px]">
|
|
|
|
|
|
|
+ <p className="text-vscode-editor-foreground leading-tight font-vscode-font-family text-center text-balance max-w-[380px] mx-auto">
|
|
|
<Trans
|
|
<Trans
|
|
|
i18nKey="chat:about"
|
|
i18nKey="chat:about"
|
|
|
components={{
|
|
components={{
|