Skip to content

Commit 1b0a1bf

Browse files
committed
website: fix sponsors
1 parent 8d129d0 commit 1b0a1bf

File tree

1 file changed

+2
-32
lines changed

1 file changed

+2
-32
lines changed

website/src/pages/index.js

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -202,39 +202,9 @@ function Home() {
202202
<img src="https://opencollective.com/tech-interview-handbook/sponsor/0/avatar.svg" />
203203
</a>
204204
<a
205-
href="https://opencollective.com/tech-interview-handbook/sponsor/3/website"
205+
href="https://opencollective.com/tech-interview-handbook/sponsor/1/website"
206206
target="_blank">
207-
<img src="https://opencollective.com/tech-interview-handbook/sponsor/3/avatar.svg" />
208-
</a>{' '}
209-
<a
210-
href="https://opencollective.com/tech-interview-handbook/sponsor/4/website"
211-
target="_blank">
212-
<img src="https://opencollective.com/tech-interview-handbook/sponsor/4/avatar.svg" />
213-
</a>{' '}
214-
<a
215-
href="https://opencollective.com/tech-interview-handbook/sponsor/5/website"
216-
target="_blank">
217-
<img src="https://opencollective.com/tech-interview-handbook/sponsor/5/avatar.svg" />
218-
</a>{' '}
219-
<a
220-
href="https://opencollective.com/tech-interview-handbook/sponsor/6/website"
221-
target="_blank">
222-
<img src="https://opencollective.com/tech-interview-handbook/sponsor/6/avatar.svg" />
223-
</a>{' '}
224-
<a
225-
href="https://opencollective.com/tech-interview-handbook/sponsor/7/website"
226-
target="_blank">
227-
<img src="https://opencollective.com/tech-interview-handbook/sponsor/7/avatar.svg" />
228-
</a>{' '}
229-
<a
230-
href="https://opencollective.com/tech-interview-handbook/sponsor/8/website"
231-
target="_blank">
232-
<img src="https://opencollective.com/tech-interview-handbook/sponsor/8/avatar.svg" />
233-
</a>{' '}
234-
<a
235-
href="https://opencollective.com/tech-interview-handbook/sponsor/9/website"
236-
target="_blank">
237-
<img src="https://opencollective.com/tech-interview-handbook/sponsor/9/avatar.svg" />
207+
<img src="https://opencollective.com/tech-interview-handbook/sponsor/1/avatar.svg" />
238208
</a>
239209
</div>
240210
<div className="margin-vert--lg">

0 commit comments

Comments
 (0)