Skip to content

Commit 6dbd4a1

Browse files
committed
icon
1 parent d548e12 commit 6dbd4a1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

apps/sim/app/(landing)/integrations/data/icon-mapping.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ import {
164164
SmtpIcon,
165165
SQSIcon,
166166
SshIcon,
167+
STSIcon,
167168
STTIcon,
168169
StagehandIcon,
169170
StripeIcon,
@@ -358,7 +359,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
358359
ssh: SshIcon,
359360
stagehand: StagehandIcon,
360361
stripe: StripeIcon,
361-
sts: IAMIcon,
362+
sts: STSIcon,
362363
stt_v2: STTIcon,
363364
supabase: SupabaseIcon,
364365
tailscale: TailscaleIcon,

apps/sim/app/(landing)/integrations/data/integrations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,7 @@
15201520
"description": "Connect to AWS Security Token Service",
15211521
"longDescription": "Integrate AWS STS into the workflow. Assume roles, get temporary credentials, verify caller identity, and look up access key information.",
15221522
"bgColor": "linear-gradient(45deg, #BD0816 0%, #FF5252 100%)",
1523-
"iconName": "IAMIcon",
1523+
"iconName": "STSIcon",
15241524
"docsUrl": "https://docs.sim.ai/tools/sts",
15251525
"operations": [
15261526
{
@@ -2567,7 +2567,7 @@
25672567
"authType": "none",
25682568
"category": "tools",
25692569
"integrationTypes": ["security", "analytics", "developer-tools"],
2570-
"tags": ["identity", "monitoring", "security"]
2570+
"tags": ["identity", "monitoring"]
25712571
},
25722572
{
25732573
"type": "cursor_v2",

0 commit comments

Comments
 (0)