Skip to content

Commit

Permalink
chore: Switch to svg logo for apollo
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Dec 26, 2023
1 parent 522bca3 commit 8ac3e7b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
Binary file removed apps/web/public/_assets/logo-apollo.png
Binary file not shown.
27 changes: 27 additions & 0 deletions apps/web/public/_assets/logo-apollo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion connectors/connector-apollo/def.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const apolloDef = {
categories: ['sales-engagement'],
displayName: 'Apollo',
stage: 'beta',
logoUrl: '/_assets/logo-apollo.png',
logoUrl: '/_assets/logo-apollo.svg',
openapiSpec: {proxied: oas as OpenApiSpec},
},
} satisfies ConnectorDef<typeof apolloSchemas>
Expand Down

0 comments on commit 8ac3e7b

Please sign in to comment.