Skip to content

Commit b90eeab

Browse files
authored
fix(q): fix welcome message formatting (#4819)
1 parent 84971ce commit b90eeab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ export class TabDataGenerator {
4848
'featuredev',
4949
`Welcome to feature development.
5050
51-
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.
51+
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.
5252
53-
To get started, describe the task you are trying to accomplish.
53+
To get started, describe the task you are trying to accomplish.
5454
`,
5555
],
5656
[

0 commit comments

Comments
 (0)