diff --git a/.env.example b/.env.example
index 783e7fa6c..4bb55c18c 100644
--- a/.env.example
+++ b/.env.example
@@ -47,8 +47,3 @@ NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
# Integrations env vars (optional)
OPENAI_API_KEY=your-openai-api-key
RESEND_API_KEY=your-resend-api-key
-DD_API_KEY=your-datadog-api-key
-DD_APP_KEY=your-datadog-app-key
-VT_API_KEY=your-virustotal-api-key
-URLSCAN_API_KEY=your-urlscan-api-key
-EMAILREP_API_KEY=your-emailrep-api-key
diff --git a/frontend/src/components/icons.tsx b/frontend/src/components/icons.tsx
index 663683093..b48f50002 100644
--- a/frontend/src/components/icons.tsx
+++ b/frontend/src/components/icons.tsx
@@ -209,6 +209,25 @@ export const Integrations: Record<
height="100"
viewBox="0 0 34 23"
fill="none"
+ {...props}
+ >
+
+
+ ),
+ sublime: (props: IconProps) => (
+