Skip to content

Commit

Permalink
Add Dashlytix logo to SI partners section on partners page (#635)
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 16, 2025
1 parent 3eb3d4d commit 883970e
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 @@ -62,6 +62,17 @@ const serviceIntegrationPartners: Partner[] = [
name: 'Brooklyn Data Co.',
href: 'https://www.brooklyndata.co/',
},
{
icon: (
<StaticImage
src="../../../images/partners-page/partner-logos/dashlytix.png"
alt="Dashlytix logo"
placeholder="blurred"
/>
),
name: 'Dashlytix',
href: 'https://www.dashlytix.com/',
},
];

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 883970e

Please sign in to comment.