@@ -16,6 +16,8 @@ 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 ditigalNao from './assets/images/sponsors/ditigal_nao.png'
20
+ import rubyCentral from './assets/images/sponsors/ruby_central.png'
19
21
import laFronteraCaseCafe from './assets/images/sponsors/la_frontera_casa_cafe.png'
20
22
import salesloft from './assets/images/sponsors/salesloft.png'
21
23
import softwareGuru from './assets/images/sponsors/software_guru.png'
@@ -325,7 +327,7 @@ const Sponsorship = (): ReactElement => {
325
327
</ Grid >
326
328
327
329
< 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 } } >
329
331
< Grid item xs = { 6 } md = { 3 } sx = { { display : 'flex' , justifyContent : 'center' , height : '100px' , width : '100%' } } >
330
332
< Avatar variant = 'square' src = { laFronteraCaseCafe } sx = { { height : '100%' , width : '100%' , '& img' : { objectFit : 'contain' } } } />
331
333
</ Grid >
@@ -338,6 +340,12 @@ const Sponsorship = (): ReactElement => {
338
340
< Grid item xs = { 6 } md = { 3 } sx = { { display : 'flex' , justifyContent : 'center' , height : '100px' , width : '100%' } } >
339
341
< Avatar variant = 'square' src = { vauxoo } sx = { { height : '100%' , width : '100%' , '& img' : { objectFit : 'contain' } } } />
340
342
</ 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 >
341
349
</ Grid >
342
350
< Typography variant = "h3" sx = { { my : 8 , textAlign : 'center' } } > { t ( 'sponsorship.ourPatreons' ) } </ Typography >
343
351
< Box sx = { { display : 'flex' , justifyContent : 'space-around' , flexWrap : 'wrap' } } >
0 commit comments