File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -127,14 +127,14 @@ export default defineComponent({
127
127
*/
128
128
129
129
const staticServiceItemProps: Readonly <Record <ServiceItemId , { title: string ; description: string }>> = {
130
- awsExplorer: {
131
- title: ' AWS Explorer: View, modify, and deploy AWS Resources' ,
132
- description: ' Work with S3, CloudWatch, and more.' ,
133
- },
134
130
codewhisperer: {
135
131
title: ' CodeWhisperer: AI-powered code suggestions' ,
136
132
description: ' Build applications faster with your AI coding companion.' ,
137
133
},
134
+ awsExplorer: {
135
+ title: ' AWS Explorer: View, modify, and deploy AWS Resources' ,
136
+ description: ' Work with S3, CloudWatch, and more.' ,
137
+ },
138
138
codecatalyst: {
139
139
title: ' CodeCatalyst: Launch CodeCatalyst Dev Environments' ,
140
140
description: ' Spend more time coding and less time managing development environments.' ,
You can’t perform that action at this time.
0 commit comments