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,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 />
Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments