Skip to content

Commit 474b7cd

Browse files
authored
Always use AWS smile logo in tool window stripe (#3711)
1 parent 906d062 commit 474b7cd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Always use AWS smile logo to reduce confusion if users are on the 'New UI' (#3636)"
4+
}

jetbrains-core/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ with what features/services are supported.
301301

302302
<toolWindow id="aws.toolkit.explorer" anchor="left" secondary="true"
303303
factoryClass="software.aws.toolkits.jetbrains.core.explorer.AwsToolkitExplorerFactory"
304-
icon="AwsIcons.Logos.AWS"/>
304+
icon="AwsIcons.Logos.AWS_SMILE_SMALL"/>
305305

306306
<toolWindow id="aws.cloudformation" anchor="bottom" doNotActivateOnStart="true" canCloseContents="true"
307307
factoryClass="software.aws.toolkits.jetbrains.services.cloudformation.toolwindow.CloudFormationToolWindowFactory" icon="AwsIcons.Logos.CLOUD_FORMATION_TOOL"/>

0 commit comments

Comments
 (0)