Skip to content

Commit

Permalink
sumo balance 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvaldez committed Jan 21, 2025
1 parent 9b26183 commit c7af320
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/components/balance-sheets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,14 @@ export default ({data}) => {

<div className="column is-one-fifth is-full-mobile balance">
<div className="above ">
<img className="imgres" src={images.rosa}></img>
<img className="imgres" src={images.celeste}></img>
<a href="https://drive.google.com/file/d/15yrHC5pLf4Bv3bNnGAAyXTq1pXZRhKeF/view" target="_blank" className="anio">2024</a>
</div>
</div>

<div className="column is-one-fifth is-full-mobile balance">
<div className="above ">
<img className="imgres" src={images.verde}></img>
<a href="https://drive.google.com/file/d/1tPevuiDCDylsiaZwj0iAEd1pqSmL-Q1N/view" target="_blank" className="anio">2023</a>
</div>
</div>
Expand Down

0 comments on commit c7af320

Please sign in to comment.