Skip to content

Commit 3ec57b6

Browse files
auth: make CW appear first in 'Add Connection' page (#3977)
We want to prioritize the CW sign in when users first open the page. Signed-off-by: nkomonen <[email protected]>
1 parent 14aab45 commit 3ec57b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/auth/ui/vue/serviceItem.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,14 @@ export default defineComponent({
127127
*/
128128
129129
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-
},
134130
codewhisperer: {
135131
title: 'CodeWhisperer: AI-powered code suggestions',
136132
description: 'Build applications faster with your AI coding companion.',
137133
},
134+
awsExplorer: {
135+
title: 'AWS Explorer: View, modify, and deploy AWS Resources',
136+
description: 'Work with S3, CloudWatch, and more.',
137+
},
138138
codecatalyst: {
139139
title: 'CodeCatalyst: Launch CodeCatalyst Dev Environments',
140140
description: 'Spend more time coding and less time managing development environments.',

0 commit comments

Comments
 (0)