Skip to content

Commit

Permalink
update tooltip message
Browse files Browse the repository at this point in the history
  • Loading branch information
ngundotra committed May 29, 2024
1 parent a21d5d4 commit c34dff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/account/CompressedNftCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export function CompressedNFTHeader({ compressedNft }: { compressedNft: Compress

function getCompressedNftPill() {
const onchainVerifiedToolTip =
'This NFT does not have on-chain data, but can be transferred and traded on-chain normally. This tag guarantees that this compressed NFT has the correct format.';
'This NFT does not have a corresponding account, but uses verified ledger data to allow for transfers and trades. The existence of this tag ensures that the compressed NFT is verifiably up-to-date with the chain.';
return (
<div className={'d-inline-flex align-items-center ms-2'}>
<span className="badge badge-pill bg-dark">{'Compressed'}</span>
Expand Down

0 comments on commit c34dff5

Please sign in to comment.