From 50c83df81895df9328804c9d9e5074d3c67b0dfa Mon Sep 17 00:00:00 2001 From: Webber Date: Thu, 19 Sep 2024 00:40:59 +0200 Subject: [PATCH 1/2] feat: update contributions section, including open collective --- .../pages/home/section/sponsors-section.tsx | 22 ++++++++----------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/src/components/pages/home/section/sponsors-section.tsx b/src/components/pages/home/section/sponsors-section.tsx index ceca90bf..1b8b0485 100644 --- a/src/components/pages/home/section/sponsors-section.tsx +++ b/src/components/pages/home/section/sponsors-section.tsx @@ -1,23 +1,19 @@ -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 ( -
+
-
    -
  • - - - -
  • -
+