Skip to content

Commit 7802a7a

Browse files
docs: remove Sauce Labs as premium sponsor 😢
1 parent dff8319 commit 7802a7a

File tree

7 files changed

+1
-42
lines changed

7 files changed

+1
-42
lines changed

Diff for: BACKERS.md

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ We are immensely grateful to our exclusive Premium Sponsor for their invaluable
1717

1818
<p align="center">
1919
<a href="https://www.browserstack.com/automation-webdriverio"><img src="https://webdriver.io/img/sponsors/browserstack_black.svg" alt="BrowserStack" /></a>
20-
&nbsp; &nbsp; &nbsp;
21-
<a href="https://saucelabs.com"><img src="https://webdriver.io/img/sponsors/saucelabs_black.svg" alt="Sauce Labs" width=400 /></a>
2220
</p>
2321

2422
### 🥇 Gold Sponsor

Diff for: README.md

-2
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ We are immensely grateful to our exclusive Premium Sponsor for their invaluable
169169

170170
<p align="center">
171171
<a href="https://www.browserstack.com/automation-webdriverio"><img src="https://webdriver.io/img/sponsors/browserstack_black.svg" alt="BrowserStack" /></a>
172-
&nbsp; &nbsp; &nbsp;
173-
<a href="https://saucelabs.com"><img src="https://webdriver.io/img/sponsors/saucelabs_black.svg" alt="Sauce Labs" width=400 /></a>
174172
</p>
175173

176174
### 🥇 Gold Sponsor

Diff for: packages/webdriverio/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,4 @@ For more information on [options](https://webdriver.io/docs/options#webdriver-op
4848
<a href="https://www.browserstack.com/automation-webdriverio">
4949
<img src="https://webdriver.io/img/sponsors/browserstack_black.svg" alt="BrowserStack" width="300" />
5050
</a>
51-
&nbsp;
52-
<a href="https://saucelabs.com">
53-
<img src="https://webdriver.io/img/sponsors/saucelabs_black.svg" alt="Sauce Labs" width="300" />
54-
</a>
5551
</p>

Diff for: website/docs/Sponsor.md

-10
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,6 @@ You can also try to convince your employer to sponsor WebdriverIO as a business.
5858
link="https://www.browserstack.com/automation-webdriverio"
5959
/>
6060

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-
7161
### 🥇 Gold
7262

7363
<ImageSwitcher

Diff for: website/docusaurus.config.ts

-5
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,6 @@ const config: Config = {
181181
<a href="https://www.browserstack.com/automation-webdriverio" target="_blank" rel="noreferrer noopener" aria-label="Premium Sponsor BrowserStack">
182182
<img src="/img/sponsors/browserstack_white.svg" alt="BrowserStack" />
183183
</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>`
189184
}]
190185
}],
191186
logo: {

Diff for: website/src/components/Sponsors.tsx

-10
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@ export default function Sponsors () {
2323
target="_blank"
2424
style={{ width: '200px' }}
2525
/>
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-
/>
3626
</div>
3727
</div>
3828
<div className="gold">

Diff for: website/src/pages/index.tsx

+1-9
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ function Home() {
2626
const ref = useRef(null)
2727

2828
useEffect(() => {
29-
// eslint-disable-next-line no-undef
29+
3030
if (!window.Ribbons) {
3131
return
3232
}
3333

34-
// eslint-disable-next-line no-undef
3534
new window.Ribbons({
3635
colorSaturation: '60%',
3736
colorBrightness: '50%',
@@ -106,13 +105,6 @@ function Home() {
106105
alt="BrowserStack"
107106
link="https://www.browserstack.com/automation-webdriverio"
108107
/>
109-
<em style={{ marginRight: 0 }}>&nbsp; and &nbsp;</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-
/>
116108
</div>
117109
</section>
118110
<Features features={features} />

0 commit comments

Comments
 (0)