Skip to content

Commit

Permalink
fix: add title to iframe and closes #119
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Jul 24, 2022
1 parent 893d03d commit 996c0ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NFT/SingleNFT.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const SingleNFT: FC<Props> = ({ nft }) => {
</a>
) : (
<iframe
title={`${nft.contractAddress}:${nft.tokenId}`}
className="w-full h-full sm:rounded-t-[10px]"
src={nft?.originalContent?.animatedUrl}
/>
Expand Down

1 comment on commit 996c0ea

@vercel
Copy link

@vercel vercel bot commented on 996c0ea Jul 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.