Skip to content

Commit

Permalink
se agrega logo de schneider
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseZR committed May 15, 2024
1 parent 5157126 commit 2c6e375
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Binary file added public/exhibitors/schneider.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
Expand Up @@ -87,6 +87,11 @@ export function Home() {
<img src="/misumi.webp" alt="" className="img-fluid" loading='lazy' />
</a>
</Col>
<Col xs={5} sm={4} md={4} lg={3} className="d-flex justify-content-center">
<a href="http://www.misumimex.com/" target="_blank" rel="noreferrer">
<img src="/exhibitors/schneider.webp" alt="" className="img-fluid px-4" loading="lazy" />
</a>
</Col>
</Row>
</Container>
<Container className='my-5'>
Expand Down
3 changes: 2 additions & 1 deletion src/constans_logos.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ const exhibitors_2 = [
{ src: '/exhibitors/ryasa.webp', alt: '', width: 170 },
{ src: '/exhibitors/tec-milenio.webp', alt: '', width: 170 },
{ src: '/exhibitors/vega.webp', alt: '', width: 170 },
{ src: '/exhibitors/wago.webp', alt: '', width: 170 }
{ src: '/exhibitors/wago.webp', alt: '', width: 170 },
{ src: '/exhibitors/schneider.webp', alt: '', width: 170 },
]


Expand Down

0 comments on commit 2c6e375

Please sign in to comment.