Skip to content

Commit

Permalink
Add Dynatrace
Browse files Browse the repository at this point in the history
  • Loading branch information
ryjogo committed Jun 4, 2024
1 parent 817153a commit bf30ba2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/pages/home/sponsors/sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CodingPirates from 'icons/codingpirates.svg';
import Isovalent from 'icons/isovalent.svg'
// import Netic from 'icons/netic.png'
import ContainByNetic from 'icons/containbynetic.svg'
// import Dynatrace from 'icons/dynatrace.svg'
import Dynatrace from 'icons/dynatrace.svg'
// import Systematic from 'icons/systematic.svg'
// import Atea from 'icons/atea.svg'
// import Lunar from 'icons/lunar.png'
Expand Down Expand Up @@ -53,6 +53,7 @@ const ITEMS = [
title: 'Gold Sponsors',
logos: [
{ icon: Isovalent, url: 'https://isovalent.com/' },
{ icon: Dynatrace, url: 'https://isovalent.com/' },
],
cardClassname:
'min-w-[384px] min-h-[122px] sm:min-w-[320px] sm:min-h-[115px] xs:min-w-fit xs:max-w-full',
Expand All @@ -71,14 +72,14 @@ const ITEMS = [
{
title: 'Community Sponsors',
logos: [
{ icon: JYSK, url: 'https://www.jysk.com/' },
{ icon: JYSK, url: 'https://www.jysk.com/', scale: '80%' },
{ icon: Deranged, url: 'https://deranged.dk/' },
{ icon: TechChapter, url: 'https://www.techchapter.com/' },
{ icon: Lego, url: 'https://www.lego.com/'},
],
cardClassname:
'min-w-[384px] min-h-[122px] sm:min-w-[320px] sm:min-h-[115px] xs:min-w-fit xs:max-w-full',
iconClassname: 'max-w-[330px] sm:min-w-[100%]',
iconClassname: 'max-w-[330px] sm:min-w-[100%] ',
},
{
title: 'Media & Partners',
Expand Down

0 comments on commit bf30ba2

Please sign in to comment.