Skip to content

Commit 3e7dd4c

Browse files
committed
Add new sponsors
1 parent ee754f5 commit 3e7dd4c

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

src/Sponsorship.tsx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ import {
1616
import MaterialTooltip from '@mui/material/Tooltip';
1717
import { Chart as ChartJS, ArcElement, Tooltip, Legend } from 'chart.js'
1818
import NavBar from './NavBar'
19-
import communitySupporters from './assets/images/sponsors/community_supporters.png'
19+
// import communitySupporters from './assets/images/sponsors/community_supporters.png'
2020
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'
2223
import salesloft from './assets/images/sponsors/salesloft.png'
2324
import softwareGuru from './assets/images/sponsors/software_guru.png'
2425
import 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' } }} />

src/assets/images/sponsors/incode.svg

Lines changed: 4 additions & 0 deletions
Loading
3.2 KB
Loading

0 commit comments

Comments
 (0)