@@ -16,9 +16,10 @@ import {
1616import MaterialTooltip from '@mui/material/Tooltip' ;
1717import { Chart as ChartJS , ArcElement , Tooltip , Legend } from 'chart.js'
1818import NavBar from './NavBar'
19- import communitySupporters from './assets/images/sponsors/community_supporters.png'
19+ // import communitySupporters from './assets/images/sponsors/community_supporters.png'
2020import laFronteraCaseCafe from './assets/images/sponsors/la_frontera_casa_cafe.png'
21- import magma from './assets/images/sponsors/magma.png'
21+ import tential from './assets/images/sponsors/tential.png'
22+ import incode from './assets/images/sponsors/incode.svg'
2223import salesloft from './assets/images/sponsors/salesloft.png'
2324import softwareGuru from './assets/images/sponsors/software_guru.png'
2425import vauxoo from './assets/images/sponsors/vauxoo.png'
@@ -321,14 +322,17 @@ const Sponsorship = (): ReactElement => {
321322
322323 < Typography variant = "h3" sx = { { my : 8 , textAlign : 'center' } } > { t ( 'sponsorship.ourSponsors' ) } </ Typography >
323324 < Grid container spacing = { 4 } sx = { { mt : 8 , alignItems : 'center' , flexWrap : 'wrap' , px : 4 } } >
324- < Grid item xs = { 4 } md = { 2 } sx = { { display : 'flex' , justifyContent : 'center' , height : '100px' , width : '100%' } } >
325+ { /* <Grid item xs={4} md={2} sx={{ display: 'flex', justifyContent: 'center', height: '100px', width: '100%' }}>
325326 <Avatar variant='square' src={communitySupporters} sx={{ height: '100%', width: '100%', '& img': { objectFit: 'contain' } }} />
326- </ Grid >
327+ </Grid> */ }
327328 < Grid item xs = { 4 } md = { 2 } sx = { { display : 'flex' , justifyContent : 'center' , height : '100px' , width : '100%' } } >
328329 < Avatar variant = 'square' src = { laFronteraCaseCafe } sx = { { height : '100%' , width : '100%' , '& img' : { objectFit : 'contain' } } } />
329330 </ Grid >
330331 < Grid item xs = { 4 } md = { 2 } sx = { { display : 'flex' , justifyContent : 'center' , height : '100px' , width : '100%' } } >
331- < Avatar variant = 'square' src = { magma } sx = { { height : '100%' , width : '100%' , '& img' : { objectFit : 'contain' } } } />
332+ < Avatar variant = 'square' src = { tential } sx = { { height : '100%' , width : '100%' , '& img' : { objectFit : 'contain' } } } />
333+ </ Grid >
334+ < Grid item xs = { 4 } md = { 2 } sx = { { display : 'flex' , justifyContent : 'center' , height : '100px' , width : '100%' } } >
335+ < Avatar variant = 'square' src = { incode } sx = { { height : '100%' , width : '100%' , '& img' : { objectFit : 'contain' } } } />
332336 </ Grid >
333337 < Grid item xs = { 4 } md = { 2 } sx = { { display : 'flex' , justifyContent : 'center' , height : '100px' , width : '100%' } } >
334338 < Avatar variant = 'square' src = { salesloft } sx = { { height : '100%' , width : '100%' , '& img' : { objectFit : 'contain' } } } />
0 commit comments