Skip to content

Commit af96bae

Browse files
authored
better svgs for openai, spotify & sentry (#1052)
1 parent 175c586 commit af96bae

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/plugins/graphql/src/sdk/presets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const graphqlPresets: readonly GraphqlPreset[] = [
1515
summary: "Repos, issues, PRs, and users via GitHub's GraphQL API.",
1616
url: "https://api.github.com/graphql",
1717
endpoint: "https://api.github.com/graphql",
18-
icon: "https://github.com/favicon.ico",
18+
icon: "https://svgl.app/library/github_dark.svg",
1919
featured: true,
2020
},
2121
{

packages/plugins/mcp/src/sdk/presets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const mcpPresets: readonly McpPreset[] = [
111111
summary: "Error monitoring, issues, and performance data.",
112112
url: "https://mcp.sentry.dev/mcp",
113113
endpoint: "https://mcp.sentry.dev/mcp",
114-
icon: "https://sentry-brand.storage.googleapis.com/sentry-glyph-black.png",
114+
icon: "https://svgl.app/library/sentry.svg",
115115
},
116116
{
117117
id: "cloudflare",

packages/plugins/openapi/src/sdk/presets.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const openApiOnlyPresets: readonly OpenApiPreset[] = [
2323
name: "GitHub REST",
2424
summary: "Repos, issues, pull requests, actions, and users.",
2525
url: "https://raw.githubusercontent.com/github/rest-api-description/main/descriptions/api.github.com/api.github.com.json",
26-
icon: "https://github.com/favicon.ico",
26+
icon: "https://svgl.app/library/github_dark.svg",
2727
featured: true,
2828
},
2929
{
@@ -55,15 +55,15 @@ const openApiOnlyPresets: readonly OpenApiPreset[] = [
5555
name: "OpenAI",
5656
summary: "Models, files, responses, and fine-tuning.",
5757
url: "https://app.stainless.com/api/spec/documented/openai/openapi.documented.yml",
58-
icon: "https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/openai.svg",
58+
icon: "https://svgl.app/library/openai_dark.svg",
5959
featured: true,
6060
},
6161
{
6262
id: "sentry",
6363
name: "Sentry",
6464
summary: "Error tracking, performance monitoring, and releases.",
6565
url: "https://raw.githubusercontent.com/getsentry/sentry-api-schema/main/openapi-derefed.json",
66-
icon: "https://sentry-brand.storage.googleapis.com/sentry-glyph-black.png",
66+
icon: "https://svgl.app/library/sentry.svg",
6767
featured: true,
6868
},
6969
{
@@ -136,7 +136,7 @@ const openApiOnlyPresets: readonly OpenApiPreset[] = [
136136
name: "Spotify",
137137
summary: "Tracks, albums, playlists, library, and playback.",
138138
url: "https://raw.githubusercontent.com/sonallux/spotify-web-api/refs/heads/main/official-spotify-open-api.yml",
139-
icon: "https://spotify.com/favicon.ico",
139+
icon: "https://svgl.app/library/spotify.svg",
140140
},
141141
];
142142

0 commit comments

Comments
 (0)