From 9a344cca0be7e493666c3817dc1e4d0413ac2914 Mon Sep 17 00:00:00 2001 From: Rafael Date: Thu, 16 Nov 2023 02:23:02 -0300 Subject: [PATCH] fix(page): fix add height and width class to chess, myworldx and storybook sections --- src/app/_page/_components/chessInviteSection.tsx | 1 + src/app/_page/_components/myworldxSection.tsx | 1 + src/app/_page/_components/storybookSection.tsx | 1 + 3 files changed, 3 insertions(+) diff --git a/src/app/_page/_components/chessInviteSection.tsx b/src/app/_page/_components/chessInviteSection.tsx index 8ece256..ecc8eb4 100644 --- a/src/app/_page/_components/chessInviteSection.tsx +++ b/src/app/_page/_components/chessInviteSection.tsx @@ -27,6 +27,7 @@ const ChessInviteSection = () => ( decoding="async" height="96px" width="108px" + className="aspect-auto h-[96px] w-[108px]" src="./logos/chess-icon.png" alt="chess.com logo" /> diff --git a/src/app/_page/_components/myworldxSection.tsx b/src/app/_page/_components/myworldxSection.tsx index 4783a82..669ad0b 100644 --- a/src/app/_page/_components/myworldxSection.tsx +++ b/src/app/_page/_components/myworldxSection.tsx @@ -25,6 +25,7 @@ const MyworldxSection = () => ( decoding="async" height="96px" width="108px" + className="aspect-auto h-[96px] w-[108px]" src="./logos/myworldx-logo.png" alt="" /> diff --git a/src/app/_page/_components/storybookSection.tsx b/src/app/_page/_components/storybookSection.tsx index b216274..12dbf23 100644 --- a/src/app/_page/_components/storybookSection.tsx +++ b/src/app/_page/_components/storybookSection.tsx @@ -27,6 +27,7 @@ const StorybookSection = () => ( decoding="async" height="96px" width="108px" + className="aspect-auto h-[96px] w-[108px]" src="./logos/storybook.png" alt="storybook logo" />