Skip to content

Commit

Permalink
Share message tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-roberts committed Jul 8, 2024
1 parent 6dd6d9a commit a595a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/tabs/nfts/NFTItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const NFTItem = (props) => {
const [minterText, setMinterText] = React.useState('');

function handleShare() {
const twitterShareUrl = `https://x.com/intent/post?text=${encodeURIComponent('Just minted my #ArtPeace')}&url=${encodeURIComponent(props.image)}`;
const twitterShareUrl = `https://x.com/intent/post?text=${encodeURIComponent('Check out my #ArtPeace @art_peace_sn')}&url=${encodeURIComponent(props.image)}`;
window.open(twitterShareUrl, '_blank');
}

Expand Down

0 comments on commit a595a16

Please sign in to comment.