Skip to content

Commit

Permalink
se agrega logo de tecmilenio
Browse files Browse the repository at this point in the history
JoseZR committed Mar 22, 2024
1 parent be1d1fd commit 85fd35e
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added public/exhibitors/tec-milenio.webp
Binary file not shown.
5 changes: 5 additions & 0 deletions src/components/Home/Home.jsx
Original file line number Diff line number Diff line change
@@ -165,6 +165,11 @@ export function Home() {
<img src="/exhibitors/la-salle.webp" alt="" className="img-fluid"/>
</a>
</Col>
<Col xs={12} sm={6} md={4} lg={2} className='d-flex justify-content-center'>
<a href="https://www.tecmilenio.mx/es" target='_blank'>
<img src="/exhibitors/tec-milenio.webp" alt="" className="img-fluid" />
</a>
</Col>
<Col xs={12} sm={6} md={4} lg={2} className='d-flex justify-content-center'>
<a href="https://www.wago.com/mx-es/" target='_blank'>
<img src="/exhibitors/wago.webp" alt="" className="img-fluid" />

0 comments on commit 85fd35e

Please sign in to comment.