@@ -16,9 +16,10 @@ import {
16
16
import MaterialTooltip from '@mui/material/Tooltip' ;
17
17
import { Chart as ChartJS , ArcElement , Tooltip , Legend } from 'chart.js'
18
18
import NavBar from './NavBar'
19
- import communitySupporters from './assets/images/sponsors/community_supporters.png'
19
+ // import communitySupporters from './assets/images/sponsors/community_supporters.png'
20
20
import 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'
22
23
import salesloft from './assets/images/sponsors/salesloft.png'
23
24
import softwareGuru from './assets/images/sponsors/software_guru.png'
24
25
import vauxoo from './assets/images/sponsors/vauxoo.png'
@@ -321,14 +322,17 @@ const Sponsorship = (): ReactElement => {
321
322
322
323
< Typography variant = "h3" sx = { { my : 8 , textAlign : 'center' } } > { t ( 'sponsorship.ourSponsors' ) } </ Typography >
323
324
< 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%' }}>
325
326
<Avatar variant='square' src={communitySupporters} sx={{ height: '100%', width: '100%', '& img': { objectFit: 'contain' } }} />
326
- </ Grid >
327
+ </Grid> */ }
327
328
< Grid item xs = { 4 } md = { 2 } sx = { { display : 'flex' , justifyContent : 'center' , height : '100px' , width : '100%' } } >
328
329
< Avatar variant = 'square' src = { laFronteraCaseCafe } sx = { { height : '100%' , width : '100%' , '& img' : { objectFit : 'contain' } } } />
329
330
</ Grid >
330
331
< 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' } } } />
332
336
</ Grid >
333
337
< Grid item xs = { 4 } md = { 2 } sx = { { display : 'flex' , justifyContent : 'center' , height : '100px' , width : '100%' } } >
334
338
< Avatar variant = 'square' src = { salesloft } sx = { { height : '100%' , width : '100%' , '& img' : { objectFit : 'contain' } } } />
0 commit comments