Skip to content

Commit

Permalink
cambio fotos seccion "sobre la"
Browse files Browse the repository at this point in the history
  • Loading branch information
xtian7489 committed Sep 6, 2023
1 parent 82b245b commit 9964796
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/static-info/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ padding-top: 30%;
background-image: ${(props)=> `url(${props.backgroundImg})`};
background-repeat: no-repeat;
background-size: 100% auto;
background-position: center
`

const selectBackground = (section)=>{
Expand All @@ -66,7 +67,7 @@ const selectBackground = (section)=>{
case 'faq':
return '/static/assets/images/preguntas_frecuentes.jpg'
default:
return '/static/assets/images/foto_acerca_de.jpg'
return '/static/assets/images/foto_acerca_de.png'
}
}

Expand Down
Binary file modified static/assets/images/como_participar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/images/foto_acerca_de.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/assets/images/sobre_el_sitio.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9964796

Please sign in to comment.