Skip to content

Commit

Permalink
Add brooklyn partner to the partners page
Browse files Browse the repository at this point in the history
  • Loading branch information
Breno committed Dec 13, 2024
1 parent 1ac48b3 commit 253635f
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 @@ -52,6 +52,17 @@ const serviceIntegrationPartners: Partner[] = [
name: 'Corrdyn',
href: 'https://www.corrdyn.com/',
},
{
icon: (
<StaticImage
src="../../../images/partners-page/partner-logos/brooklyn.png"
alt="Brooklyn logo"
placeholder="blurred"
/>
),
name: 'Brooklyn',
href: 'https://www.brooklyndata.co/',
},
];

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 253635f

Please sign in to comment.