File tree Expand file tree Collapse file tree 4 files changed +12
-19
lines changed Expand file tree Collapse file tree 4 files changed +12
-19
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ React Tooltip is proud to be sponsored by [Frigade](https://frigade.com/?source=
5454
5555#### Silver Sponsors ✪
5656
57- <a href =" https://dopt.com/?source=react-tooltip " >
58- <img alt =" Dopt " style =" height : 200px ; width : 200px ;" src =" docs/static/img/sponsors/dopt .png " />
59- </a >
57+ <!-- < a href="# ">
58+ <img alt="Slot " style="height: 200px; width: 200px;" src="docs/static/img/sponsors/slot .png" />
59+ </a> -->
6060
6161## Powered by
6262
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const AdsContainer = () => {
99 < div className = "ads-container fixed" >
1010 < BannerSponsor sponsorKey = "frigade" tier = "gold" />
1111 < AdsContainerElement />
12- < BannerSponsor sponsorKey = "dopt " tier = "silver" />
12+ { /* <BannerSponsor sponsorKey="slot " tier="silver" /> */ }
1313 </ div >
1414 )
1515}
Original file line number Diff line number Diff line change 22import React from 'react'
33// @ts -ignore
44import LogoFrigade from '@site/static/img/sponsors/frigade.png'
5- // @ts -ignore
6- import LogoDopt from '@site/static/img/sponsors/dopt.png'
75import './styles.css'
86
97declare global {
@@ -19,11 +17,6 @@ const SPONSORS = {
1917 title : 'Frigade' ,
2018 href : 'https://frigade.com/' ,
2119 } ,
22- dopt : {
23- logo : LogoDopt ,
24- title : 'Dopt' ,
25- href : 'https://dopt.com/' ,
26- } ,
2720}
2821
2922interface BannerSponsorProps {
Original file line number Diff line number Diff line change @@ -41,20 +41,20 @@ const SponsorList: SponsorItem[] = [
4141 eventTitle : 'frigade' ,
4242 tier : 'gold' ,
4343 } ,
44- {
45- title : 'Dopt ' ,
46- src : require ( '@site/static/img/sponsors/dopt .png' ) . default ,
47- link : 'https://dopt.com/?source=react-tooltip ' ,
48- eventTitle : 'dopt ' ,
49- tier : 'silver' ,
50- } ,
44+ // {
45+ // title: 'Slot ',
46+ // src: require('@site/static/img/sponsors/slot .png').default,
47+ // link: '# ',
48+ // eventTitle: 'slot ',
49+ // tier: 'silver',
50+ // },
5151]
5252
5353function Feature ( { title, Svg, link } : FeatureItem ) {
5454 return (
5555 < div className = { clsx ( 'col col--6' ) } >
5656 < div className = "text--center" >
57- < a href = { link } title = { title } target = "_blank" rel = "noreferrer" >
57+ < a href = { link } title = { title } target = "_blank" rel = "noreferrer" aria-label = { title } >
5858 < Svg className = { styles . featureSvg } role = "img" />
5959 </ a >
6060 </ div >
You can’t perform that action at this time.
0 commit comments