Skip to content

Commit cd1b2c1

Browse files
committed
fix(page): remove classname from chess, myworldx and storybook img tags
1 parent b29b8d6 commit cd1b2c1

3 files changed

Lines changed: 6 additions & 9 deletions

File tree

src/app/_page/_components/chessInviteSection.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ const ChessInviteSection = () => (
2525
<img
2626
loading="lazy"
2727
decoding="async"
28-
className="h-24"
29-
height="96"
30-
width="108"
28+
height="96px"
29+
width="108px"
3130
src="./logos/chess-icon.png"
3231
alt="chess.com logo"
3332
/>

src/app/_page/_components/myworldxSection.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ const MyworldxSection = () => (
2323
<img
2424
loading="lazy"
2525
decoding="async"
26-
height="96"
27-
width="108"
28-
className="h-24 w-auto"
26+
height="96px"
27+
width="108px"
2928
src="./logos/myworldx-logo.png"
3029
alt=""
3130
/>

src/app/_page/_components/storybookSection.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ const StorybookSection = () => (
2525
<img
2626
loading="lazy"
2727
decoding="async"
28-
className="h-24"
29-
height="96"
30-
width="108"
28+
height="96px"
29+
width="108px"
3130
src="./logos/storybook.png"
3231
alt="storybook logo"
3332
/>

0 commit comments

Comments
 (0)