We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f6171 commit 08d11e4Copy full SHA for 08d11e4
1 file changed
app/components/MatchTiles.js
@@ -124,8 +124,8 @@ const MatchTiles = ({
124
<Image
125
src={opponentLogo || '/images/default-logo.svg'}
126
alt={`${opponentTeam} logo`}
127
- width={50}
128
- height={50}
+ layout="fill"
+ objectFit="contain"
129
onError={(e) => {
130
if (e.target.src !== '/images/default-logo.svg') {
131
e.target.src = '/images/default-logo.svg'
0 commit comments