@@ -16,7 +16,6 @@ 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
19
import rubyCentral from './assets/images/sponsors/ruby_central.png'
21
20
import laFronteraCaseCafe from './assets/images/sponsors/la_frontera_casa_cafe.png'
22
21
import salesloft from './assets/images/sponsors/salesloft.png'
@@ -35,9 +34,12 @@ import juanMeza from './assets/images/patreons/juan_meza.jpeg'
35
34
import edwinCruz from './assets/images/patreons/edwin_cruz.jpeg'
36
35
import mariaAvila from './assets/images/patreons/maria_avila.png'
37
36
import franciscoChacon from './assets/images/patreons/francisco_chacon.jpg'
37
+ import franciscoBatista from './assets/images/patreons/francisco_batista.png'
38
38
import walterMata from './assets/images/patreons/walter_mata.jpeg'
39
39
import myrkaLarios from './assets/images/patreons/myrka_larios.jpeg'
40
40
import gibranLopez from './assets/images/patreons/gibran_lopez.jpeg'
41
+ import gil from './assets/images/patreons/gil.png'
42
+ import reginaEspinosa from './assets/images/patreons/regina_espinosa.jpeg'
41
43
import logo from './assets/images/logo.png'
42
44
import Footer from './Footer' ;
43
45
@@ -340,9 +342,6 @@ const Sponsorship = (): ReactElement => {
340
342
< Grid item xs = { 6 } md = { 3 } sx = { { display : 'flex' , justifyContent : 'center' , height : '100px' , width : '100%' } } >
341
343
< Avatar variant = 'square' src = { vauxoo } sx = { { height : '100%' , width : '100%' , '& img' : { objectFit : 'contain' } } } />
342
344
</ 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
345
< Grid item xs = { 6 } md = { 3 } sx = { { display : 'flex' , justifyContent : 'center' , height : '100px' , width : '100%' } } >
347
346
< Avatar variant = 'square' src = { rubyCentral } sx = { { height : '100%' , width : '100%' , '& img' : { objectFit : 'contain' } } } />
348
347
</ Grid >
@@ -397,6 +396,15 @@ const Sponsorship = (): ReactElement => {
397
396
< MaterialTooltip title = "Gibran Lopez" >
398
397
< Avatar src = { gibranLopez } sx = { { height : '50px' , width : '50px' , m : 2 } } />
399
398
</ MaterialTooltip >
399
+ < MaterialTooltip title = "Francisco Batista" >
400
+ < Avatar src = { franciscoBatista } sx = { { height : '50px' , width : '50px' , m : 2 } } />
401
+ </ MaterialTooltip >
402
+ < MaterialTooltip title = "Gil" >
403
+ < Avatar src = { gil } sx = { { height : '50px' , width : '50px' , m : 2 } } />
404
+ </ MaterialTooltip >
405
+ < MaterialTooltip title = "Regina Espinosa" >
406
+ < Avatar src = { reginaEspinosa } sx = { { height : '50px' , width : '50px' , m : 2 } } />
407
+ </ MaterialTooltip >
400
408
</ Box >
401
409
402
410
< Box sx = { { mt : 8 } } >
0 commit comments