File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ import myrkaLarios from './assets/images/patreons/myrka_larios.jpeg'
4040import gibranLopez from './assets/images/patreons/gibran_lopez.jpeg'
4141import gil from './assets/images/patreons/gil.png'
4242import reginaEspinosa from './assets/images/patreons/regina_espinosa.jpeg'
43+ import edmundoPerez from './assets/images/patreons/edmundo_perez.jpeg'
4344import logo from './assets/images/logo.png'
4445import Footer from './Footer' ;
4546
@@ -405,6 +406,9 @@ const Sponsorship = (): ReactElement => {
405406 < MaterialTooltip title = "Regina Espinosa" >
406407 < Avatar src = { reginaEspinosa } sx = { { height : '50px' , width : '50px' , m : 2 } } />
407408 </ MaterialTooltip >
409+ < MaterialTooltip title = "Edmundo Perez" >
410+ < Avatar src = { edmundoPerez } sx = { { height : '50px' , width : '50px' , m : 2 } } />
411+ </ MaterialTooltip >
408412 </ Box >
409413
410414 < Box sx = { { mt : 8 } } >
You can’t perform that action at this time.
0 commit comments