Skip to content

Commit

Permalink
Add LEGO as community sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
danquah committed May 21, 2024
1 parent e17778a commit e56f64b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/pages/home/sponsors/sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import ContainByNetic from 'icons/containbynetic.svg'
// import Lunar from 'icons/lunar.png'
// import Redpill from 'icons/redpill.png'
// import Sysdig from 'icons/sysdig.svg'
// import Lego from 'icons/lego.svg'
import Lego from 'icons/lego.svg'
// import Saxo from 'icons/saxo.svg'
import Nordics from 'icons/nordics.svg'
// import PaloAlto from 'icons/paloalto.svg'
Expand Down Expand Up @@ -57,7 +57,7 @@ const ITEMS = [
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-[250px] sm:min-w-[290px]',
},
},
{
title: 'Bronze Sponsors',
logos: [
Expand All @@ -74,6 +74,7 @@ const ITEMS = [
{ icon: JYSK, url: 'https://www.jysk.com/' },
{ icon: Deranged, url: 'https://deranged.dk/' },
{ icon: TechChapter, url: 'https://www.techchapter.com/' },
{ icon: Lego, url: 'https://www.lego.com/', scale: '65%' },
],
cardClassname:
'min-w-[384px] min-h-[122px] sm:min-w-[320px] sm:min-h-[115px] xs:min-w-fit xs:max-w-full',
Expand Down

0 comments on commit e56f64b

Please sign in to comment.