Skip to content

Commit c9a3e9e

Browse files
committed
fix(amazonq): changed the icon for security issue hover fix option to keep it consistent in all places
1 parent c9c061e commit c9a3e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/service/securityIssueHoverProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export class SecurityIssueHoverProvider implements vscode.HoverProvider {
9090
const generateFixCommand = this._getCommandMarkdown(
9191
'aws.amazonq.generateFix',
9292
[issue, filePath],
93-
'comment',
93+
'wrench',
9494
'Fix',
9595
'Fix with Amazon Q'
9696
)

0 commit comments

Comments
 (0)