Skip to content

Commit 1bee9db

Browse files
committed
Add new sponsors
1 parent 1f0ea9f commit 1bee9db

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

src/Sponsorship.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ 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 ditigalNao from './assets/images/sponsors/ditigal_nao.png'
20+
import rubyCentral from './assets/images/sponsors/ruby_central.png'
1921
import laFronteraCaseCafe from './assets/images/sponsors/la_frontera_casa_cafe.png'
2022
import salesloft from './assets/images/sponsors/salesloft.png'
2123
import softwareGuru from './assets/images/sponsors/software_guru.png'
@@ -325,7 +327,7 @@ const Sponsorship = (): ReactElement => {
325327
</Grid>
326328

327329
<Typography variant="h3" sx={{ my: 8, textAlign: 'center' }}>{t('sponsorship.ourSponsors')}</Typography>
328-
<Grid container spacing={4} sx={{ mt: 8, alignItems: 'center', flexWrap: 'wrap', px: 4 }}>
330+
<Grid container spacing={4} sx={{ mt: 8, alignItems: 'center', flexWrap: 'wrap', justifyContent: 'center', px: 4 }}>
329331
<Grid item xs={6} md={3} sx={{ display: 'flex', justifyContent: 'center', height: '100px', width: '100%' }}>
330332
<Avatar variant='square' src={laFronteraCaseCafe} sx={{ height: '100%', width: '100%', '& img': { objectFit: 'contain' } }} />
331333
</Grid>
@@ -338,6 +340,12 @@ const Sponsorship = (): ReactElement => {
338340
<Grid item xs={6} md={3} sx={{ display: 'flex', justifyContent: 'center', height: '100px', width: '100%' }}>
339341
<Avatar variant='square' src={vauxoo} sx={{ height: '100%', width: '100%', '& img': { objectFit: 'contain' } }} />
340342
</Grid>
343+
<Grid item xs={6} md={3} sx={{ display: 'flex', justifyContent: 'center', height: '100px', width: '100%' }}>
344+
<Avatar variant='square' src={ditigalNao} sx={{ height: '100%', width: '100%', '& img': { objectFit: 'contain' } }} />
345+
</Grid>
346+
<Grid item xs={6} md={3} sx={{ display: 'flex', justifyContent: 'center', height: '100px', width: '100%' }}>
347+
<Avatar variant='square' src={rubyCentral} sx={{ height: '100%', width: '100%', '& img': { objectFit: 'contain' } }} />
348+
</Grid>
341349
</Grid>
342350
<Typography variant="h3" sx={{ my: 8, textAlign: 'center' }}>{t('sponsorship.ourPatreons')}</Typography>
343351
<Box sx={{ display: 'flex', justifyContent: 'space-around', flexWrap: 'wrap' }}>
47.4 KB
Loading
44.2 KB
Loading

0 commit comments

Comments
 (0)