File tree 7 files changed +1
-42
lines changed
7 files changed +1
-42
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ We are immensely grateful to our exclusive Premium Sponsor for their invaluable
17
17
18
18
<p align =" center " >
19
19
<a href="https://www.browserstack.com/automation-webdriverio"><img src="https://webdriver.io/img/sponsors/browserstack_black.svg" alt="BrowserStack" /></a>
20
-
21
- <a href="https://saucelabs.com"><img src="https://webdriver.io/img/sponsors/saucelabs_black.svg" alt="Sauce Labs" width=400 /></a>
22
20
</p >
23
21
24
22
### 🥇 Gold Sponsor
Original file line number Diff line number Diff line change @@ -169,8 +169,6 @@ We are immensely grateful to our exclusive Premium Sponsor for their invaluable
169
169
170
170
<p align =" center " >
171
171
<a href="https://www.browserstack.com/automation-webdriverio"><img src="https://webdriver.io/img/sponsors/browserstack_black.svg" alt="BrowserStack" /></a>
172
-
173
- <a href="https://saucelabs.com"><img src="https://webdriver.io/img/sponsors/saucelabs_black.svg" alt="Sauce Labs" width=400 /></a>
174
172
</p >
175
173
176
174
### 🥇 Gold Sponsor
Original file line number Diff line number Diff line change @@ -48,8 +48,4 @@ For more information on [options](https://webdriver.io/docs/options#webdriver-op
48
48
<a href="https://www.browserstack.com/automation-webdriverio">
49
49
<img src="https://webdriver.io/img/sponsors/browserstack_black.svg" alt="BrowserStack" width="300" />
50
50
</a>
51
-
52
- <a href="https://saucelabs.com">
53
- <img src="https://webdriver.io/img/sponsors/saucelabs_black.svg" alt="Sauce Labs" width="300" />
54
- </a>
55
51
</p >
Original file line number Diff line number Diff line change @@ -58,16 +58,6 @@ You can also try to convince your employer to sponsor WebdriverIO as a business.
58
58
link="https://www.browserstack.com/automation-webdriverio "
59
59
/>
60
60
61
- <ImageSwitcher
62
- lightImageSrc="/img/sponsors/saucelabs_black.svg"
63
- darkImageSrc="/img/sponsors/saucelabs_white.svg"
64
- alt="Sauce Labs"
65
- link="https://www.saucelabs.com "
66
- width={400}
67
- target="_ blank"
68
- style={{ marginLeft: '30px', position: 'relative', top: '-8px' }}
69
- />
70
-
71
61
### 🥇 Gold
72
62
73
63
<ImageSwitcher
Original file line number Diff line number Diff line change @@ -181,11 +181,6 @@ const config: Config = {
181
181
<a href="https://www.browserstack.com/automation-webdriverio" target="_blank" rel="noreferrer noopener" aria-label="Premium Sponsor BrowserStack">
182
182
<img src="/img/sponsors/browserstack_white.svg" alt="BrowserStack" />
183
183
</a>`
184
- } , {
185
- html : `
186
- <a href="https://saucelabs.com/" target="_blank" rel="noreferrer noopener" aria-label="Premium Sponsor Sauce Labs">
187
- <img src="/img/sponsors/saucelabs_white.svg" alt="Sauce Labs" />
188
- </a>`
189
184
} ]
190
185
} ] ,
191
186
logo : {
Original file line number Diff line number Diff line change @@ -23,16 +23,6 @@ export default function Sponsors () {
23
23
target = "_blank"
24
24
style = { { width : '200px' } }
25
25
/>
26
-
27
- < ImageSwitcher
28
- lightImageSrc = "/img/sponsors/saucelabs_black.svg"
29
- darkImageSrc = "/img/sponsors/saucelabs_white.svg"
30
- alt = "Sauce Labs"
31
- link = "https://www.saucelabs.com"
32
- target = "_blank"
33
- width = { 400 }
34
- style = { { position : 'relative' , top : '-2px' , width : 200 } }
35
- />
36
26
</ div >
37
27
</ div >
38
28
< div className = "gold" >
Original file line number Diff line number Diff line change @@ -26,12 +26,11 @@ function Home() {
26
26
const ref = useRef ( null )
27
27
28
28
useEffect ( ( ) => {
29
- // eslint-disable-next-line no-undef
29
+
30
30
if ( ! window . Ribbons ) {
31
31
return
32
32
}
33
33
34
- // eslint-disable-next-line no-undef
35
34
new window . Ribbons ( {
36
35
colorSaturation : '60%' ,
37
36
colorBrightness : '50%' ,
@@ -106,13 +105,6 @@ function Home() {
106
105
alt = "BrowserStack"
107
106
link = "https://www.browserstack.com/automation-webdriverio"
108
107
/>
109
- < em style = { { marginRight : 0 } } > and </ em >
110
- < ImageSwitcher
111
- lightImageSrc = "/img/sponsors/saucelabs_black.svg"
112
- darkImageSrc = "/img/sponsors/saucelabs_white.svg"
113
- alt = "Sauce Labs"
114
- link = "https://www.saucelabs.com"
115
- />
116
108
</ div >
117
109
</ section >
118
110
< Features features = { features } />
You can’t perform that action at this time.
0 commit comments