Skip to content

Commit 51f116d

Browse files
authored
Merge pull request #28 from raferdev/development
fix(page): fix add height and width class to chess, myworldx and stor…
2 parents a928145 + 9a344cc commit 51f116d

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/app/_page/_components/chessInviteSection.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const ChessInviteSection = () => (
2727
decoding="async"
2828
height="96px"
2929
width="108px"
30+
className="aspect-auto h-[96px] w-[108px]"
3031
src="./logos/chess-icon.png"
3132
alt="chess.com logo"
3233
/>

src/app/_page/_components/myworldxSection.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const MyworldxSection = () => (
2525
decoding="async"
2626
height="96px"
2727
width="108px"
28+
className="aspect-auto h-[96px] w-[108px]"
2829
src="./logos/myworldx-logo.png"
2930
alt=""
3031
/>

src/app/_page/_components/storybookSection.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const StorybookSection = () => (
2727
decoding="async"
2828
height="96px"
2929
width="108px"
30+
className="aspect-auto h-[96px] w-[108px]"
3031
src="./logos/storybook.png"
3132
alt="storybook logo"
3233
/>

0 commit comments

Comments
 (0)