@@ -18,8 +18,6 @@ import { Chart as ChartJS, ArcElement, Tooltip, Legend } from 'chart.js'
1818import NavBar from './NavBar'
1919import rubyCentral from './assets/images/sponsors/ruby_central.png'
2020import 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'
2321import vauxoo from './assets/images/sponsors/vauxoo.png'
2422import alejandroRebollar from './assets/images/patreons/alejandro_rebollar.png'
2523import 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