File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
apps/playground-web/src/components/engine Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -160,20 +160,23 @@ export function ClaimTransactionResults({
160
160
< TableCell >
161
161
< span className = "flex items-center gap-2" >
162
162
{ result . network === "Base Sep" && (
163
+ // eslint-disable-next-line @next/next/no-img-element
163
164
< img
164
165
src = "/BaseSep.png"
165
166
alt = "Base"
166
167
className = "h-4 w-4"
167
168
/>
168
169
) }
169
170
{ result . network === "OP Sep" && (
171
+ // eslint-disable-next-line @next/next/no-img-element
170
172
< img
171
173
src = "/OP.png"
172
174
alt = "Optimism Sep"
173
175
className = "h-4 w-4"
174
176
/>
175
177
) }
176
178
{ result . network === "Ethereum" && (
179
+ // eslint-disable-next-line @next/next/no-img-element
177
180
< img
178
181
src = "/Ethereum.png"
179
182
alt = "Ethereum"
Original file line number Diff line number Diff line change @@ -158,20 +158,23 @@ export function ClaimTransactionResults({
158
158
< TableCell >
159
159
< span className = "flex items-center gap-2" >
160
160
{ result . network === "Base Sep" && (
161
+ // eslint-disable-next-line @next/next/no-img-element
161
162
< img
162
163
src = "/BaseSep.png"
163
164
alt = "Base"
164
165
className = "h-4 w-4"
165
166
/>
166
167
) }
167
168
{ result . network === "OP Sep" && (
169
+ // eslint-disable-next-line @next/next/no-img-element
168
170
< img
169
171
src = "/OP.png"
170
172
alt = "Optimism Sep"
171
173
className = "h-4 w-4"
172
174
/>
173
175
) }
174
176
{ result . network === "Ethereum" && (
177
+ // eslint-disable-next-line @next/next/no-img-element
175
178
< img
176
179
src = "/Ethereum.png"
177
180
alt = "Ethereum"
Original file line number Diff line number Diff line change @@ -264,6 +264,7 @@ export function ERC1155MintTo() {
264
264
{ account && (
265
265
< div className = "mt-6 w-full max-w-[400px]" >
266
266
{ image ? (
267
+ // eslint-disable-next-line @next/next/no-img-element
267
268
< img
268
269
src = { resolveIpfsUrl ( image ) }
269
270
alt = "NFT Preview"
You can’t perform that action at this time.
0 commit comments