Skip to content

Commit 1b93319

Browse files
committed
disable all companies that no longer donate
1 parent 605ff96 commit 1b93319

File tree

1 file changed

+40
-36
lines changed

1 file changed

+40
-36
lines changed

docusaurus.config.js

+40-36
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,16 @@ module.exports = {
126126
trackingID: 'UA-128126650-1',
127127
},
128128
companyLogos: [
129-
{
130-
href: 'https://stickermule.com',
131-
src: 'sponsor-logos/sticker-mule.svg',
132-
alt: 'Sticker Mule logo',
133-
title: 'Sticker Mule',
134-
style: {
135-
flexBasis: '120px',
136-
},
137-
},
129+
// Stopped donating on April 1, 2020
130+
// {
131+
// href: 'https://stickermule.com',
132+
// src: 'sponsor-logos/sticker-mule.svg',
133+
// alt: 'Sticker Mule logo',
134+
// title: 'Sticker Mule',
135+
// style: {
136+
// flexBasis: '120px',
137+
// },
138+
// },
138139
{
139140
href: 'https://icons8.com/',
140141
src: 'sponsor-logos/icons8.svg',
@@ -144,15 +145,16 @@ module.exports = {
144145
flexBasis: '80px',
145146
},
146147
},
147-
{
148-
href: 'https://frontendmasters.com/',
149-
src: 'sponsor-logos/frontend-masters.png',
150-
alt: 'Frontend Masters logo',
151-
title: 'Frontend Masters',
152-
style: {
153-
flexBasis: '200px',
154-
},
155-
},
148+
// Stopped donating on ??
149+
// {
150+
// href: 'https://frontendmasters.com/',
151+
// src: 'sponsor-logos/frontend-masters.png',
152+
// alt: 'Frontend Masters logo',
153+
// title: 'Frontend Masters',
154+
// style: {
155+
// flexBasis: '200px',
156+
// },
157+
// },
156158
{
157159
href: 'https://www.codeinwp.com/',
158160
src: 'sponsor-logos/codeinwp.svg',
@@ -162,24 +164,26 @@ module.exports = {
162164
flexBasis: '150px',
163165
},
164166
},
165-
{
166-
href: 'https://clay.global/',
167-
src: 'sponsor-logos/clay.png',
168-
alt: 'Clay logo',
169-
title: 'Clay',
170-
style: {
171-
flexBasis: '150px',
172-
},
173-
},
174-
{
175-
href: 'https://twitter.com/chromiumdev',
176-
src: 'sponsor-logos/chrome.svg',
177-
alt: 'Chrome logo',
178-
title: 'Chrome Developers',
179-
style: {
180-
flexBasis: '80px',
181-
},
182-
},
167+
// Stopped donating on May 2nd, 2020
168+
// {
169+
// href: 'https://clay.global/',
170+
// src: 'sponsor-logos/clay.png',
171+
// alt: 'Clay logo',
172+
// title: 'Clay',
173+
// style: {
174+
// flexBasis: '150px',
175+
// },
176+
// },
177+
// Stopped donating on ??
178+
// {
179+
// href: 'https://twitter.com/chromiumdev',
180+
// src: 'sponsor-logos/chrome.svg',
181+
// alt: 'Chrome logo',
182+
// title: 'Chrome Developers',
183+
// style: {
184+
// flexBasis: '80px',
185+
// },
186+
// },
183187
{
184188
href: 'https://word.tips/',
185189
src: 'sponsor-logos/word-tips.png',

0 commit comments

Comments
 (0)