Skip to content

Commit b5b0992

Browse files
authored
fix: Amazon Q Dev and Transform introduction text formatted incorrectly (#5369)
Problem: - dev/transform intro text shows as markdown Solution: - it should show as regular text
1 parent bc5c94c commit b5b0992

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Amazon Q Dev and Transform introduction text formatted incorrectly"
4+
}

packages/core/src/amazonq/webview/ui/tabs/constants.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ export const TabTypeDataMap: Record<TabType, TabTypeData> = {
2626
placeholder: 'Describe your task or issue in as much detail as possible',
2727
welcome: `Hi, I'm the Amazon Q Developer Agent for software development.
2828
29-
I can generate code to implement new functionality across your workspace. We'll start by discussing an implementation plan, and then we can review and regenerate code based on your feedback.
29+
I can generate code to implement new functionality across your workspace. We'll start by discussing an implementation plan, and then we can review and regenerate code based on your feedback.
3030
31-
To get started, describe the task you are trying to accomplish.`,
31+
To get started, describe the task you are trying to accomplish.`,
3232
},
3333
gumby: {
3434
title: 'Q - Code Transformation',
3535
placeholder: 'Open a new tab to chat with Q',
3636
welcome: `Welcome to Code Transformation!
3737
38-
I can help you upgrade your Java 8 and 11 codebases to Java 17.`,
38+
I can help you upgrade your Java 8 and 11 codebases to Java 17.`,
3939
},
4040
}

0 commit comments

Comments
 (0)