diff --git a/README.md b/README.md index 8450ce83..ad8b6984 100755 --- a/README.md +++ b/README.md @@ -54,9 +54,9 @@ React Tooltip is proud to be sponsored by [Frigade](https://frigade.com/?source= #### Silver Sponsors ✪ - - Dopt - + ## Powered by diff --git a/docs/src/components/AdsContainer/index.tsx b/docs/src/components/AdsContainer/index.tsx index e2d90fd3..26ffe378 100644 --- a/docs/src/components/AdsContainer/index.tsx +++ b/docs/src/components/AdsContainer/index.tsx @@ -9,7 +9,7 @@ const AdsContainer = () => {
- + {/* */}
) } diff --git a/docs/src/components/BannerSponsor/index.tsx b/docs/src/components/BannerSponsor/index.tsx index 48a073fd..527cf6ca 100644 --- a/docs/src/components/BannerSponsor/index.tsx +++ b/docs/src/components/BannerSponsor/index.tsx @@ -2,8 +2,6 @@ import React from 'react' // @ts-ignore import LogoFrigade from '@site/static/img/sponsors/frigade.png' -// @ts-ignore -import LogoDopt from '@site/static/img/sponsors/dopt.png' import './styles.css' declare global { @@ -19,11 +17,6 @@ const SPONSORS = { title: 'Frigade', href: 'https://frigade.com/', }, - dopt: { - logo: LogoDopt, - title: 'Dopt', - href: 'https://dopt.com/', - }, } interface BannerSponsorProps { diff --git a/docs/src/components/HomepageSponsored/index.tsx b/docs/src/components/HomepageSponsored/index.tsx index 0360fae6..0ba14b1c 100644 --- a/docs/src/components/HomepageSponsored/index.tsx +++ b/docs/src/components/HomepageSponsored/index.tsx @@ -41,20 +41,20 @@ const SponsorList: SponsorItem[] = [ eventTitle: 'frigade', tier: 'gold', }, - { - title: 'Dopt', - src: require('@site/static/img/sponsors/dopt.png').default, - link: 'https://dopt.com/?source=react-tooltip', - eventTitle: 'dopt', - tier: 'silver', - }, + // { + // title: 'Slot', + // src: require('@site/static/img/sponsors/slot.png').default, + // link: '#', + // eventTitle: 'slot', + // tier: 'silver', + // }, ] function Feature({ title, Svg, link }: FeatureItem) { return (
- +