diff --git a/layout/Home/components/Sponsors/index.jsx b/layout/Home/components/Sponsors/index.jsx index df1b27a3..b7ffa9af 100644 --- a/layout/Home/components/Sponsors/index.jsx +++ b/layout/Home/components/Sponsors/index.jsx @@ -54,12 +54,19 @@ export default function Sponsors(props) {

{elem.map((sponsor, i) => { + const imageSize = !val + ? { width: 250, height: 60 } + : key == 0 + ? { width: 200, height: 60 } + : { width: 175, height: 60 }; + + return ( {sponsor.image}