Skip to content

Commit

Permalink
Add new SI partner (#642)
Browse files Browse the repository at this point in the history
Co-authored-by: Breno <[email protected]>
  • Loading branch information
Brenosalv and Breno authored Jan 21, 2025
1 parent 99383cc commit dadf347
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/components/PartnersPage/SIPartners/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,17 @@ const serviceIntegrationPartners: Partner[] = [
name: 'Dashlytix',
href: 'https://www.dashlytix.com/',
},
{
icon: (
<StaticImage
src="../../../images/partners-page/partner-logos/fornax.png"
alt="Fornax logo"
placeholder="blurred"
/>
),
name: 'Fornax',
href: 'https://www.fornaxhq.co/?utm_source=estuary&utm_medium=partnership',
},
];

const SIPartners = () => (
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dadf347

Please sign in to comment.