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 @@ -25,9 +25,9 @@ const ChessInviteSection = () => (
2525 < img
2626 loading = "lazy"
2727 decoding = "async"
28- height = "96px "
29- width = "108px "
30- className = "aspect-auto h-[96px] w-[108px] "
28+ height = "24rem "
29+ width = "auto "
30+ className = "h-24 w-auto "
3131 src = "./logos/chess-icon.png"
3232 alt = "chess.com logo"
3333 />
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ const MyworldxSection = () => (
2323 < img
2424 loading = "lazy"
2525 decoding = "async"
26- height = "96px "
27- width = "108px "
28- className = "aspect-auto h-[96px] w-[108px] "
26+ height = "24rem "
27+ width = "auto "
28+ className = "h-24 w-auto "
2929 src = "./logos/myworldx-logo.png"
3030 alt = ""
3131 />
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const StorybookSection = () => (
2727 decoding = "async"
2828 height = "96px"
2929 width = "108px"
30- className = "aspect-auto h-[96px] w-[108px] "
30+ className = "h-24 w-auto "
3131 src = "./logos/storybook.png"
3232 alt = "storybook logo"
3333 />
You can’t perform that action at this time.
0 commit comments