@@ -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