File tree Expand file tree Collapse file tree
src/app/_page/_components Expand file tree Collapse file tree Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments