diff --git a/components/ReusableSections/SponsorsSection/SponsorsSection.js b/components/ReusableSections/SponsorsSection/SponsorsSection.js index 3196f9193..c58bf3f02 100644 --- a/components/ReusableSections/SponsorsSection/SponsorsSection.js +++ b/components/ReusableSections/SponsorsSection/SponsorsSection.js @@ -2,7 +2,6 @@ import Container from 'components/Container/Container'; import Heading from 'components/Heading/Heading'; import PartnerLogoLink from 'components/PartnerLogoLink/PartnerLogoLink'; import partners, { PARTNER_TYPES } from 'common/constants/partners'; -import styles from './SponsorsSection.module.css'; const isPaidSponsor = partner => partner.type === PARTNER_TYPES.PAID; @@ -15,7 +14,7 @@ const SponsorsSection = () => ( These sponsors have donated cash to help keep the mission going here at Operation Code. They may or may not have also donated to our cause via others means.
-