Skip to content

Commit

Permalink
correct img
Browse files Browse the repository at this point in the history
  • Loading branch information
KamyarTaher committed Nov 7, 2024
1 parent d1a6af7 commit 18677f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const NFTCard: React.FC<{
<>
<Image
className="w-full h-48 object-cover shadow-lg"
src={nft?.image ?? ""}
src={nft?.animation_url ?? ""}
alt={nft?.name ?? "NFT"}
width={150}
height={192}
Expand Down
1 change: 0 additions & 1 deletion src/app/utils/walletUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export async function connectToStarknet() {
signature[1],
signature[2]
).then((data: any) => {
console.log("waééetutils", data);
if (data?.accessToken) setAccessToken(data.accessToken);
return data;
});
Expand Down

0 comments on commit 18677f4

Please sign in to comment.