From 47e5164dede065f507925879004eaa46124ff88e Mon Sep 17 00:00:00 2001 From: cond0r <1243434+cond0r@users.noreply.github.com> Date: Thu, 26 Jan 2023 10:54:56 +0200 Subject: [PATCH] Update index.tsx --- site/pages/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/pages/index.tsx b/site/pages/index.tsx index 64b8f4d09..8f7d8d1e2 100644 --- a/site/pages/index.tsx +++ b/site/pages/index.tsx @@ -70,8 +70,8 @@ export default function Home({ product={product} imgProps={{ alt: product.name, - width: i === 0 ? 1080 : 540, - height: i === 0 ? 1080 : 540, + width: i === 1 ? 1080 : 540, + height: i === 1 ? 1080 : 540, }} /> ))}