Skip to content

Commit

Permalink
Merge pull request #465 from Plant-for-the-Planet-org/hotfix/remove-t…
Browse files Browse the repository at this point in the history
…witter-handle-references

Remove twitter handle in share text
  • Loading branch information
mohitb35 authored Jun 18, 2024
2 parents 4f3b352 + aaebb1a commit 120fe93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Donations/Micros/ShareOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const ShareOptions = ({
onMouseOver={() => setCurrentHover(4)}
onClick={() =>
shareClicked(
`https://twitter.com/intent/tweet?hashtags=StopTalkingStartPlanting,TrillionTrees&via=trilliontrees&url=${linkToShare}&text=${textToShare}`
`https://twitter.com/intent/tweet?hashtags=StopTalkingStartPlanting,TrillionTrees&url=${linkToShare}&text=${textToShare}`
)
}
>
Expand Down

0 comments on commit 120fe93

Please sign in to comment.