Skip to content

Commit 618c5d5

Browse files
committed
Remove old sponsors
1 parent c9a97f0 commit 618c5d5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Sponsorship.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ import { Chart as ChartJS, ArcElement, Tooltip, Legend } from 'chart.js'
1818
import NavBar from './NavBar'
1919
import rubyCentral from './assets/images/sponsors/ruby_central.png'
2020
import laFronteraCaseCafe from './assets/images/sponsors/la_frontera_casa_cafe.png'
21-
import salesloft from './assets/images/sponsors/salesloft.png'
22-
import softwareGuru from './assets/images/sponsors/software_guru.png'
2321
import vauxoo from './assets/images/sponsors/vauxoo.png'
2422
import alejandroRebollar from './assets/images/patreons/alejandro_rebollar.png'
2523
import alexisChavez from './assets/images/patreons/alexis_chavez.png'
@@ -335,12 +333,6 @@ const Sponsorship = (): ReactElement => {
335333
<Grid item xs={6} md={3} sx={{ display: 'flex', justifyContent: 'center', height: '100px', width: '100%' }}>
336334
<Avatar variant='square' src={laFronteraCaseCafe} sx={{ height: '100%', width: '100%', '& img': { objectFit: 'contain' } }} />
337335
</Grid>
338-
<Grid item xs={6} md={3} sx={{ display: 'flex', justifyContent: 'center', height: '100px', width: '100%' }}>
339-
<Avatar variant='square' src={salesloft} sx={{ height: '100%', width: '100%', '& img': { objectFit: 'contain' } }} />
340-
</Grid>
341-
<Grid item xs={6} md={3} sx={{ display: 'flex', justifyContent: 'center', height: '100px', width: '100%' }}>
342-
<Avatar variant='square' src={softwareGuru} sx={{ height: '100%', width: '100%', '& img': { objectFit: 'contain' } }} />
343-
</Grid>
344336
<Grid item xs={6} md={3} sx={{ display: 'flex', justifyContent: 'center', height: '100px', width: '100%' }}>
345337
<Avatar variant='square' src={vauxoo} sx={{ height: '100%', width: '100%', '& img': { objectFit: 'contain' } }} />
346338
</Grid>

0 commit comments

Comments
 (0)