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 467ba50 commit 16ab7daCopy full SHA for 16ab7da
apps/dashboard/src/app/pay/[id]/page.tsx
@@ -1,6 +1,5 @@
1
import { ShieldCheckIcon } from "lucide-react";
2
import type { Metadata } from "next";
3
-import Image from "next/image";
4
import { Bridge, defineChain, toTokens } from "thirdweb";
5
import { getChainMetadata } from "thirdweb/chains";
6
import { shortenAddress } from "thirdweb/utils";
@@ -86,7 +85,7 @@ export default async function PayPage({
86
85
<div>
87
<div className="flex flex-row items-center justify-start gap-4">
88
{projectMetadata.image && (
89
- <Image
+ <img
90
src={
91
resolveSchemeWithErrorHandler({
92
uri: projectMetadata.image,
0 commit comments