diff --git a/src/components/pages/home/section/sponsors-section.tsx b/src/components/pages/home/section/sponsors-section.tsx index ceca90bf..1975c404 100644 --- a/src/components/pages/home/section/sponsors-section.tsx +++ b/src/components/pages/home/section/sponsors-section.tsx @@ -1,23 +1,20 @@ -import Link from '@docusaurus/Link'; import React from 'react'; import FadeIntoView from '@site/src/components/molecules/animations/fade-into-view'; import Section from '@site/src/components/pages/home/section/section'; -import CircleCiLogo from '@site/static/assets/images/icons/circleci.svg'; -import { getUrlWithUtmParameters } from '@site/src/core/url'; const SponsorsSection = () => { - const circleCiUrl = getUrlWithUtmParameters('https://circleci.com'); - return ( -
+ // Would be nice if the banner had a dark mode that we could use for `dark:*` +
-
    -
  • - - - -
  • -
+