Skip to content

Commit

Permalink
Merge pull request #174 from SigwoTechnologies/fix/bug-fixing
Browse files Browse the repository at this point in the history
fix: small change
  • Loading branch information
juliswer authored Dec 20, 2022
2 parents 5c5d2b0 + 1d80ba9 commit 66cf86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/item-details/item-details.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const RenderedItem = () => {
[isNetworkAdviceOpen]
);

const priceLabel = isOwner ? 'You own this NFT of' : 'Buy it now for';
const priceLabel = isOwner ? 'You own this NFT for' : 'Buy it now for';

return (
<div className={clsx('product-details-area rn-section-gapTop')}>
Expand Down

0 comments on commit 66cf86f

Please sign in to comment.